> Sean Wheller wrote: > > On Wednesday 03 January 2007 13:06, [EMAIL PROTECTED] wrote: > > > > So you need to mark your SVG Document as being version > > 1.2 (the version attribute must be on root svg element): > > > > <svg version="1.2" [...] > I am using Inkscape 0.43 (Mar 9 2006) on Kubuntu 6.0.6 > (Dapper). Inkscape automatically creates the svg as follows: > > <svg > xmlns:dc="http://purl.org/dc/elements/1.1/" > xmlns:cc="http://web.resource.org/cc/" > xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > xmlns:svg="http://www.w3.org/2000/svg" > xmlns="http://www.w3.org/2000/svg" > xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" > xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" > width="744.09448819" > height="1052.3622047" > id="svg2" > sodipodi:version="0.32" > inkscape:version="0.43" > sodipodi:docbase="/home/sean" > sodipodi:docname="test.svg"> > > Note it does not supply @version but does create @id with > value of svg2.
After a quick test: v0.45+devel does the same when saving as "Inkscape SVG" but not when saving as "Plain SVG". In a "Plain SVG", @version is present but it is set to "1.0". I do not know enough about the SVG standard to know whether the version number Inkscape writes is correct or not. Indeed I think Inkscape should also write @version in "Inkscape SVG"s, could you please post a bug report? Regards, Johan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
