On Sun, 2004-12-26 at 15:31, bulia byak wrote:
As for flowtext, it is now basically editable on canvas by the text tool, but is quite crashy and buggy, so I don't know if it will get any user-visible advancement in the new version. There's a lot of work to be done there.
One important thing we need to do with flowtext (and really any SVG 1.2 features) is to start marking our documents with the appropriate SVG version.
We already have stuff in place for associating sodipodi, inkscape, and SVG versions with each SPObject. I think right now everything gets an SVG version of 1.0; we'll need to make sure that flowtext and other 1.2-specific features get an SVG version of 1.2. That shouldn't prove too difficult.
The overall SVG version (the one recorded in the root <svg> element) should be the maximum version of any of its children.
-mental