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.