Add unittest for --strip-xml-space

This commit is contained in:
Eduard Braun 2016-09-17 17:11:44 +02:00
parent 24c8087bd4
commit 47cfb9aa0e
2 changed files with 31 additions and 1 deletions

4
unittests/xml-space.svg Normal file
View 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