Edit an SVG online by directly editing the XML! The one thing I felt like SVGO lacks is an easy way to manipulate the source XML of an SVG file. The other tools I found online didn't support hot-reloading, so that's why this web app exists.
Features:
- Hot-reload the SVG image, no need for refresh
- Upload/Download SVG files
Open source projects source-vg uses:
- CodeMirror for the XML highlighting.
- svg-pan-zoom for SVG panning/zooming.