jakearchibald / svgomg

Web GUI for SVGO
https://jakearchibald.github.io/svgomg/
MIT License
5.76k stars 476 forks source link

Simplify paths #393

Closed orgicus closed 1 year ago

orgicus commented 1 year ago

It would be great if or element with move (M), LineTo (L) entries in the "d" attribute could be simplified.

The RDP algorithm is a commonly used one and it's implemented in js packages (for example simplify-path).

Handy tool btw! Thanks for sharing !

XhmikosR commented 1 year ago

Such requests should be made upstream in svgo; SVGOMG is mostly an SVGO wrapper :)