
On Thu, 2014-03-27 at 23:23 +0100, Krzysztof KosiĆski wrote:
I'm not really sure whether adding a partial fix that only works for plain SVG export and moreover will cause very confusing behavior is the right thing to do. (When you reopen this file, edit the flowed text and save it again as Inkscape SVG, other renderers will not show any modifications.)
The switch should be there for inkscape svg and plain svg, right?
We've created this mess by using custom tags, it's far more obvious that inkscape saves dud svg files at the moment than if we had the switch in there.
My concern is that I can open an old svg file with flowed text, I can save it, I can open it, I can edit it, I can save it again and have those changes track. That at each save the file was presentable to a web browser and librsvg.
That's what I'll be testing for.
Although I got a SEG on the first compile's run saving an svg with flow text, so more testing and debugging will follow.
Martin,