fn size_from_attrs(attributes: &Attributes) -> Option<Vec2>
Read the root <svg> size: prefer viewBox ("min-x min-y w h"), else the numeric part of width/height. None when neither is present.
<svg>
viewBox
"min-x min-y w h"
width
height
None