Comment 22 for bug 167335

Revision history for this message
Ruud van Eeghem (r-van-eeghem) wrote : Re: flowed text (flowRoot) must be moved to inkscape namespace

Hi,

I recently downloaded the 0.47 prerelease and tried to import an inkscape drawing using the Batik java library. I got the exception as described above and it turned out to be very simple to fix it. The image exported with inkscape still had the svg version attribute set to 1.0 while the flowRoot element used is a svg 1.2 specification. So Batik rejected the element and thus the image. By manually editing the contents of the svg file in notepad and changing the version to "1.2", I managed Batik to read the file and transform it to PNG. Hope this helps the bugfix.