Great tool. As browser try to improve their Inspector for inpecting SVG, I guess such a tool could be useful.<p>Discussion about this for the Firefox Devtools here: <a href="https://discourse.mozilla-community.org/t/better-svg-editing/12925" rel="nofollow">https://discourse.mozilla-community.org/t/better-svg-editing...</a> Maybe you want to chim in with suggestions ;)
This looks great.<p>I tried to make animated SVGs once and I haven't found any reasonable way other than editing the source by hand. It was pretty painful, since Inkscape adds a lot of junk to the SVG.<p>This would probably help a lot.
Might be nice to list the number of FuncIRIs that are used in the SVG.<p>For example, if I see that the number of FuncIRIs is zero, I can know that it is safe to use the SVG inline as there will be no id collisions with other inline SVGs.
Good work, you maybe interested also in this package to generate SVG serverside <a href="http://g14n.info/SVGx/" rel="nofollow">http://g14n.info/SVGx/</a>