jakearchibald / svgomg

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

Edit the svg after processing #404

Open Haroenv opened 1 year ago

Haroenv commented 1 year ago

For some optimisations, like combining paths or changing the viewport I like to copy the resulting svg, make some changes in the editor and then use svgomg again which then would be able to optimise further (like clear out-of-bounds paths). Maybe this flow could be simplified by allowing editing of either the original or the resulting file, which after a "submit" button gets re-optimised.

Is this something that's feasible and seems interesting to you? I'd be happy to look at how this could be enabled / make a PR