On 1/15/07, Alex Mac <lots.of.mailing.lists@...400...> wrote:
saving as plain svg creates an svg document that claims to be svg 1.0 and yet contains things like flowRoot and flowRegion from 1.2
Actually they are not even in the latest 1.2. They were in a draft which is now abandoned. So it's even worse than that.
Is there any way to flatten an inkscape document to plain valid svg 1.1? Its a bit inconvenient to have to use "convert to text" on each text flow in the document
Absolutely, we must address this, best of all by using svg:switch providing the flowtext tree for Inkscape use (we'll also need to move it out of SVG namespace) and an automatically updated svg:text rendition of the same for all other renderers. It's not too difficult to do, we just need a motivated coder to work on this.