On Wednesday 03 January 2007 13:06, thomas.deweese@...2076... wrote:
Hi Sean,
Sean Wheller <sean@...2075...> wrote on 01/02/2007 11:59:38 AM:
Whenever I have a document with a flowRegion batik is failing. Is there a work around?
<flowRoot
flowRoot was from SVG 1.2 (be warned it is no longer part of SVG 1.2).
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"
y="347.66333" /></flowRegion><flowPara id="flowPara1353">Your FAF numbers are
081123456,082479628,083635846,084695691,085965555, 086789654</flowPara></flowRoot>
We also require that the 'flowPara' element be wrapped in a 'flowDiv' element.
OK, now that looks like a problem in Inkscape.
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.