<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abel</id>
	<title>Inkscape Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abel"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Abel"/>
	<updated>2026-05-01T11:59:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Inkscape_SVG_vs._plain_SVG&amp;diff=5880</id>
		<title>Inkscape SVG vs. plain SVG</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Inkscape_SVG_vs._plain_SVG&amp;diff=5880"/>
		<updated>2006-01-31T15:08:58Z</updated>

		<summary type="html">&lt;p&gt;Abel: /* Inkscape SVG vs. Plain SVG */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Inkscape SVG vs. Plain SVG ==&lt;br /&gt;
&lt;br /&gt;
Some notes about &amp;quot;Inkscape SVG&amp;quot; [http://sourceforge.net/mailarchive/forum.php?thread_id=7412326&amp;amp;forum_id=37513 ref]:&lt;br /&gt;
* the default mode of saving&lt;br /&gt;
* standards-conforming (the SVG standard permits these kinds of extensions)&lt;br /&gt;
* should render identically with or without the inkscape extensions&lt;br /&gt;
* gives Inkscape hints how to treat things in the UI -- for example, whether to treat a given group as a layer, or whether path nodes are cusp/flat/whatever&lt;br /&gt;
* seems to have a smaller filesize vs &amp;quot;Plain SVG&amp;quot; for some odd reason&lt;br /&gt;
 &lt;br /&gt;
&amp;quot;Saving document as 'plain SVG' actually invokes exporter. All objects will be reconstructed from parsed data, but overall object hierarchy will be preserved.&amp;quot; -- quote from the documentation.&lt;br /&gt;
&lt;br /&gt;
From my perspective, &lt;br /&gt;
* inkscape svg is basically the same as plain svg, just with a couple of extra commands (in seperate namespaces) added, which the inkscape tools use to keep track of their work&lt;br /&gt;
* if you edit an inkscape svg in any other SVG editor, then it should appear as any other plain SVG, if not, then you can safely remove all references to inkscape: or sophadia:, and just be left with the plain svg (?)&lt;br /&gt;
* however, if you then re-edit the SVG in inkscape (after hand editing, for example) 'without' removing the references to inkscape in the object that has been edited (for an example if you edit a path created using the inkscape star tool), then inkscape will re-generate the SVG path d=&amp;quot;&amp;quot; attributes using the information that 'it' has stored under its namespace, and therefore getting rid of any editing to the path of that you, the user have done.&lt;br /&gt;
&lt;br /&gt;
-please correct as neccessary&lt;br /&gt;
Thomas&lt;br /&gt;
&lt;br /&gt;
OK, a little table of the extentions that inkscape SVG uses:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;svg&amp;gt;&lt;br /&gt;
	inkscape:output_extension&lt;br /&gt;
	inkscape:version&lt;br /&gt;
	(sodipodi:docbase)&lt;br /&gt;
	(sodipodi:docname)&lt;br /&gt;
	sodipodi:modified&lt;br /&gt;
	sodipodi:version&lt;br /&gt;
&amp;lt;sodipodi:namedview&amp;gt;&lt;br /&gt;
	bordercolor&lt;br /&gt;
	borderopacity&lt;br /&gt;
	id&lt;br /&gt;
	inkscape:cx&lt;br /&gt;
	inkscape:cy&lt;br /&gt;
	inkscape:pageopacity&lt;br /&gt;
	inkscape:pageshadow&lt;br /&gt;
	inkscape:window-height&lt;br /&gt;
	inkscape:window-width&lt;br /&gt;
	inkscape:zoom&lt;br /&gt;
	pagecolor&lt;br /&gt;
&amp;lt;svg:07:07, 31 January 2006 (PST)Gradients&amp;gt;&lt;br /&gt;
	inkscape:collect&lt;br /&gt;
&amp;lt;svg:path (in patten defs)&amp;gt;&lt;br /&gt;
	sodipodi:cx&lt;br /&gt;
	sodipodi:cy&lt;br /&gt;
	sodipodi:rx&lt;br /&gt;
	sodipodi:ry&lt;br /&gt;
&amp;lt;svg :path (in spiral)&amp;gt;&lt;br /&gt;
	sodipodi:argument&lt;br /&gt;
	sodipodi:cx&lt;br /&gt;
	sodipodi:cy&lt;br /&gt;
	sodipodi:expansion&lt;br /&gt;
	sodipodi:radius&lt;br /&gt;
	sodipodi:revolution&lt;br /&gt;
	sodipodi:t0&lt;br /&gt;
	sodipodi:type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;svg:path (in star)&amp;gt;&lt;br /&gt;
	inkscape:flatsided&lt;br /&gt;
	inkscape:randomized&lt;br /&gt;
	inkscape:rounded&lt;br /&gt;
	sodipodi:arg1&lt;br /&gt;
	sodipodi:arg2&lt;br /&gt;
	sodipodi:cx&lt;br /&gt;
	sodipodi:cy&lt;br /&gt;
	sodipodi:r1	&lt;br /&gt;
	sodipodi:r2	&lt;br /&gt;
	sodipodi:sides&lt;br /&gt;
	sodipodi:type&lt;br /&gt;
&amp;lt;tiled clones&amp;gt;&lt;br /&gt;
	first tiled shape (clone)&lt;br /&gt;
	inkscape:tile-cx&lt;br /&gt;
	inkscape:tile-cy&lt;br /&gt;
	inkscape:tile-h&lt;br /&gt;
	inkscape:tile-w&lt;br /&gt;
&amp;lt;others&amp;gt;&lt;br /&gt;
	inkscape:tiled-clone-of&lt;br /&gt;
sodipodi:nodetypes?&lt;/div&gt;</summary>
		<author><name>Abel</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Inkscape_SVG_vs._plain_SVG&amp;diff=5879</id>
		<title>Inkscape SVG vs. plain SVG</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Inkscape_SVG_vs._plain_SVG&amp;diff=5879"/>
		<updated>2006-01-31T15:07:20Z</updated>

		<summary type="html">&lt;p&gt;Abel: /* Inkscape SVG vs. Plain SVG */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Inkscape SVG vs. Plain SVG ==&lt;br /&gt;
&lt;br /&gt;
Some comments about &amp;quot;Inkscape SVG&amp;quot; [http://sourceforge.net/mailarchive/forum.php?thread_id=7412326&amp;amp;forum_id=37513 ref]:&lt;br /&gt;
* the default mode of saving&lt;br /&gt;
* standards-conforming (the SVG standard permits these kinds of extensions)&lt;br /&gt;
* should render identically with or without the inkscape extensions&lt;br /&gt;
* gives Inkscape hints how to treat things in the UI -- for example, whether to treat a given group as a layer, or whether path nodes are cusp/flat/whatever&lt;br /&gt;
* seems to have a smaller filesize vs &amp;quot;Plain SVG&amp;quot; for some odd reason&lt;br /&gt;
 &lt;br /&gt;
&amp;quot;Saving document as 'plain SVG' actually invokes exporter. All objects will be reconstructed from parsed data, but overall object hierarchy will be preserved.&amp;quot; -- quote from the documentation.&lt;br /&gt;
&lt;br /&gt;
From my perspective, &lt;br /&gt;
* inkscape svg is basically the same as plain svg, just with a couple of extra commands (in seperate namespaces) added, which the inkscape tools use to keep track of their work&lt;br /&gt;
* if you edit an inkscape svg in any other SVG editor, then it should appear as any other plain SVG, if not, then you can safely remove all references to inkscape: or sophadia:, and just be left with the plain svg (?)&lt;br /&gt;
* however, if you then re-edit the SVG in inkscape (after hand editing, for example) 'without' removing the references to inkscape in the object that has been edited (for an example if you edit a path created using the inkscape star tool), then inkscape will re-generate the SVG path d=&amp;quot;&amp;quot; attributes using the information that 'it' has stored under its namespace, and therefore getting rid of any editing to the path of that you, the user have done.&lt;br /&gt;
&lt;br /&gt;
-please correct as neccessary&lt;br /&gt;
Thomas&lt;br /&gt;
&lt;br /&gt;
OK, a little table of the extentions that inkscape SVG uses:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;svg&amp;gt;&lt;br /&gt;
	inkscape:output_extension&lt;br /&gt;
	inkscape:version&lt;br /&gt;
	(sodipodi:docbase)&lt;br /&gt;
	(sodipodi:docname)&lt;br /&gt;
	sodipodi:modified&lt;br /&gt;
	sodipodi:version&lt;br /&gt;
&amp;lt;sodipodi:namedview&amp;gt;&lt;br /&gt;
	bordercolor&lt;br /&gt;
	borderopacity&lt;br /&gt;
	id&lt;br /&gt;
	inkscape:cx&lt;br /&gt;
	inkscape:cy&lt;br /&gt;
	inkscape:pageopacity&lt;br /&gt;
	inkscape:pageshadow&lt;br /&gt;
	inkscape:window-height&lt;br /&gt;
	inkscape:window-width&lt;br /&gt;
	inkscape:zoom&lt;br /&gt;
	pagecolor&lt;br /&gt;
&amp;lt;svg:07:07, 31 January 2006 (PST)Gradients&amp;gt;&lt;br /&gt;
	inkscape:collect&lt;br /&gt;
&amp;lt;svg:path (in patten defs)&amp;gt;&lt;br /&gt;
	sodipodi:cx&lt;br /&gt;
	sodipodi:cy&lt;br /&gt;
	sodipodi:rx&lt;br /&gt;
	sodipodi:ry&lt;br /&gt;
&amp;lt;svg :path (in spiral)&amp;gt;&lt;br /&gt;
	sodipodi:argument&lt;br /&gt;
	sodipodi:cx&lt;br /&gt;
	sodipodi:cy&lt;br /&gt;
	sodipodi:expansion&lt;br /&gt;
	sodipodi:radius&lt;br /&gt;
	sodipodi:revolution&lt;br /&gt;
	sodipodi:t0&lt;br /&gt;
	sodipodi:type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;svg:path (in star)&amp;gt;&lt;br /&gt;
	inkscape:flatsided&lt;br /&gt;
	inkscape:randomized&lt;br /&gt;
	inkscape:rounded&lt;br /&gt;
	sodipodi:arg1&lt;br /&gt;
	sodipodi:arg2&lt;br /&gt;
	sodipodi:cx&lt;br /&gt;
	sodipodi:cy&lt;br /&gt;
	sodipodi:r1	&lt;br /&gt;
	sodipodi:r2	&lt;br /&gt;
	sodipodi:sides&lt;br /&gt;
	sodipodi:type&lt;br /&gt;
&amp;lt;tiled clones&amp;gt;&lt;br /&gt;
	first tiled shape (clone)&lt;br /&gt;
	inkscape:tile-cx&lt;br /&gt;
	inkscape:tile-cy&lt;br /&gt;
	inkscape:tile-h&lt;br /&gt;
	inkscape:tile-w&lt;br /&gt;
&amp;lt;others&amp;gt;&lt;br /&gt;
	inkscape:tiled-clone-of&lt;br /&gt;
sodipodi:nodetypes?&lt;/div&gt;</summary>
		<author><name>Abel</name></author>
	</entry>
</feed>