RazrFalcon / svgcleaner

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

Option to force all shapes to paths? #183

Closed mrbluecoat closed 5 years ago

mrbluecoat commented 5 years ago

Regarding convert-shapes, I understand the logic behind ignoring circle, ellipse, and rounded rect to optimize filesize but can you add an option to force convert those anyways? Maker.js only supports path importing.

RazrFalcon commented 5 years ago

You can try https://github.com/RazrFalcon/usvg, but it's still a beta.

mrbluecoat commented 5 years ago

Cool, between that and svgo as a fallback I should be good to go. Thanks.