SVG-Optimiser icon indicating copy to clipboard operation
SVG-Optimiser copied to clipboard

A python module to clear up SVG files, especially those created in Inkscape

Results 14 SVG-Optimiser issues
Sort by recently updated
recently updated
newest added

The svg at http://commons.wikimedia.org/wiki/File:FClef.svg has translation transforms (unlike their GClef one which is perfect, go wonder ;), and applying current SVG-Optimiser (201589e0b) produces a broken result.

While I haven't looked into the specifics of why, processing http://upload.wikimedia.org/wikipedia/commons/e/e8/BlankMap-World6-Equirectangular.svg with this optimizer ends up producing a dramatically different output. Thought this might be of interest to you.

Applying a scaling transform doesn't affect the width of a stroke but in most cases it should.

Hello @petercollingridge , I was using your website to optimize svg which was not optimiseable by svgomg, and sometimes in conjunction. I've not used it for a while, and now...