
16 Mar
2010
16 Mar
'10
1:01 a.m.
2010/3/15 Redefined Horizons <redefined.horizons@...400...>:
I'm currently working on some Java code that will export Inkscape ready SVG from an open source mapping application. One of the things I need to do is export map labels. I've been taking a look at how Inkscape represents text labels in its SVG flavor. I'm looking for advice on how to calculate the dimensions of the rectangle element used as the flow region.
Please don't do this... Our flowed text is not compatible with SVG 1.1. It might be compatible with SVG 1.2, but that specification is not yet finalized. Moreover the SVG version attribute on Inkscape SVGs is 1.1, which is clearly wrong. It's actually the worst SVG incompatibility in Inkscape.
Regards, Krzysztof