RazrFalcon / svgcleaner

svgcleaner could help you to clean up your SVG files from the unnecessary data.
GNU General Public License v2.0
1.62k stars 93 forks source link

Sizing not applied to all elements #189

Open fileformat opened 5 years ago

fileformat commented 5 years ago

I'm not sure of the exact issue, but it looks like somehow the size is being lost on some elements of an image.

Attached is an example. The original image is the SVG logo from the W3C, but resized in Inkscape. It still displays properly in Chrome.

Interestingly enough, svgcleaner works fine on the original image.

svg-cleaner-example.zip

RazrFalcon commented 5 years ago

Yes, transform on a used element must not be changed.