Lines Matching full:viewbox
2262 # viewBox="___" xmlns=...>2280 # Fix width, height; drop viewBox.2281 $svg =~ s/(?s)<svg width="[^"]+" height="[^"]+"(.*?)viewBox="[^"]+"/<svg width="100%" height="100%"$1/;