Fix XML serialization when xml:space=preserve

This commit is contained in:
JSCHILL1 2009-09-24 10:37:09 -05:00
parent 7652fbc76c
commit e0aacf646d
3 changed files with 27 additions and 4 deletions

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
<text xml:space="preserve">This is some <tspan font-style="italic">messed-up</tspan> markup</text>
</svg>

After

Width:  |  Height:  |  Size: 202 B