Add unittests for --protect-ids-_ options

This commit is contained in:
Eduard Braun 2016-09-18 18:25:18 +02:00
parent 829b630d64
commit 45a2869a17
2 changed files with 67 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" height="110" width="100">
<text id="text1" x="10" y="20">Text 1</text>
<text id="text2" x="10" y="40">Text 2</text>
<text id="text3" x="10" y="60">Text 3</text>
<text id="text_custom" x="10" y="80">Text custom</text>
<text id="my_text1" x="10" y="100">My text</text>
</svg>

After

Width:  |  Height:  |  Size: 358 B