Parse the unit of the SVG's width/height alongside its value to avoid incorrect unit conversions (ex. 12x9.9 in -> 12x9 px)
Added all the units from here: https://www.w3.org/TR/css-values/#absolute-lengths
[x] Provide a video or screenshots of any visual changes made (no visual changes)
[x] Run pnpm run check and make sure everything passes
Parse the unit of the SVG's width/height alongside its value to avoid incorrect unit conversions (ex. 12x9.9 in -> 12x9 px) Added all the units from here: https://www.w3.org/TR/css-values/#absolute-lengths
pnpm run check
and make sure everything passes