fn extract_viewbox_rect(text: &str) -> (f32, f32, f32, f32)
viewBox を (x, y, w, h) で返す。無ければ width/height、それも無ければ 100x100。