linebender / resvg

An SVG rendering library.
Mozilla Public License 2.0
2.79k stars 225 forks source link

Is there any plan to support svg compression such as svgo? #817

Closed ahaoboy closed 1 month ago

ahaoboy commented 1 month ago

https://github.com/svg/svgo

It seems that rust currently has no similar tools? resvg is the most comprehensive library currently. It would be very useful if a tool similar to svgo could be implemented based on resvg's AST.

RazrFalcon commented 1 month ago

resvg/usvg cannot be used for SVG minification. It should be a separate implementation. Like svgcleaner once was.