17 Dec
2003
17 Dec
'03
3:43 a.m.
On Tue, 2003-12-16 at 17:18, bulia byak wrote:
- make sure xml:space is set on each tspan but not on text
I think this is a good solution.
- make sure any text nodes directly under <text> are not shown as text lines
on canvas nor as text nodes in xml editor
This might be a little dodgy from a standards-compliance perspective.
- specifically exclude <text> from being affected by xml:space
- when serializing svg, make sure there is no whitespace under <text>
Either of these would break XML compliance.
-mental