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
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
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.
On Mon, Jan 15, 2007 at 02:25:57PM -0400, bulia byak wrote:
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.
Is there a tracker item entered on this bug?
Bryce
On 1/15/07, Bryce Harrington <bryce@...961...> wrote:
Is there a tracker item entered on this bug?
http://sourceforge.net/tracker/index.php?func=detail&aid=1441003&gro...
participants (3)
-
Alex Mac
-
Bryce Harrington
-
bulia byak