Fix XML serialization when xml:space=preserve
This commit is contained in:
parent
7652fbc76c
commit
e0aacf646d
3 changed files with 27 additions and 4 deletions
4
unittests/whitespace-important.svg
Normal file
4
unittests/whitespace-important.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue