What does "sodipodi" in svg file?
Hi,
I draw something in Inkscape and save in the svg file. But I don't understand what "sodipodi" means? I couldn't find it in the SVG manual http://www.w3.org/TR/2003/REC-SVG11-20030114/paths.html.
Would you please help me if you know what it means?
Thanks, Peng
<path sodipodi:type="arc" style="fill:blue;fill-opacity:1;stroke:black;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path8876" sodipodi:cx="246.42857" sodipodi:cy="707.36218" sodipodi:rx="152.14285" sodipodi:ry="82.14286" d="M 245.23643,789.50252 A 152.14285,82.14286 0 1 1 381.47519,669.53075 L 246.42857,707.36218 z" sodipodi:start="1.5786321" sodipodi:end="5.8045632" />
On Sep 18, 2006, at 6:59 PM, Peng Yu wrote:
Hi,
I draw something in Inkscape and save in the svg file. But I don't understand what "sodipodi" means? I couldn't find it in the SVG manual http://www.w3.org/TR/2003/REC-SVG11-20030114/paths.html.
Would you please help me if you know what it means?
Sodipodi is the earlier project that Inkscape was forked from. So that "sodipodi" was used as namespacing while development was under that project name.
--- Peng Yu <pengyu.ut@...155...> wrote:
Sodipodi is the earlier project that Inkscape was forked from. So that "sodipodi" was used as namespacing while development was under that project name.
Suppose that I want to modify the code that Inkscape geneated, can I simply delete all the "sodipodi"'s?
the sodipodi: is the namespace, the x, y r etc are the variables that let the shapes remain as live shapes in inkscape rather than being paths. If your not fussed about editing them in this way again, go ahead and delete them. If you want a file without them in the first place, save as plain svg rather than inkscape svg, and it wont write out any thing other than the svg namespace.
Cheers
Sim
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Tue, 19 Sep 2006, Peng Yu wrote:
Date: Tue, 19 Sep 2006 08:36:09 -0500 From: Peng Yu <pengyu.ut@...155...> Reply-To: Inkscape User Community inkscape-user@lists.sourceforge.net To: Inkscape User Community inkscape-user@lists.sourceforge.net Subject: Re: [Inkscape-user] What does "sodipodi" in svg file?
Sodipodi is the earlier project that Inkscape was forked from. So that "sodipodi" was used as namespacing while development was under that project name.
Suppose that I want to modify the code that Inkscape geneated, can I simply delete all the "sodipodi"'s?
You would need to delete the tags containing sodipodi, not just he word sodipodi. A better option would be to save as "Plain SVG" which shouldn't include any of the Sodipodi (or Inkscape only) markup.
participants (4)
-
Alan Horkan
-
John Cliff
-
Jon A. Cruz
-
Peng Yu