Closed mrbluecoat closed 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.
circle
ellipse
rect
You can try https://github.com/RazrFalcon/usvg, but it's still a beta.
Cool, between that and svgo as a fallback I should be good to go. Thanks.
Regarding convert-shapes, I understand the logic behind ignoring
circle
,ellipse
, and roundedrect
to optimize filesize but can you add an option to force convert those anyways? Maker.js only supports path importing.