jakearchibald / svgomg

Web GUI for SVGO

Home Page:https://jakearchibald.github.io/svgomg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit the svg after processing

Haroenv opened this issue · comments

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