Discussion:
[Inkscape-user] What does "sodipodi" in svg file?
Peng Yu
2006-09-19 01:59:47 UTC
Permalink
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" />
Jon A. Cruz
2006-09-19 05:14:25 UTC
Permalink
Post by Peng Yu
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
2006-09-19 13:36:09 UTC
Permalink
Post by Jon A. Cruz
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?

Thanks,
Peng
Alan Horkan
2006-09-19 20:15:24 UTC
Permalink
Date: Tue, 19 Sep 2006 08:36:09 -0500
Subject: Re: [Inkscape-user] What does "sodipodi" in svg file?
Post by Jon A. Cruz
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.
--
Alan
John Cliff
2006-09-19 16:56:50 UTC
Permalink
Post by Peng Yu
Post by Jon A. Cruz
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
Continue reading on narkive:
Loading...