Add unittest for --strip-xml-space
This commit is contained in:
parent
24c8087bd4
commit
47cfb9aa0e
2 changed files with 31 additions and 1 deletions
4
unittests/xml-space.svg
Normal file
4
unittests/xml-space.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="50" xml:space="preserve">
|
||||
<text id="text1" x="5" y="20" xml:space="preserve">Some random text.</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 210 B |
Loading…
Add table
Add a link
Reference in a new issue