Refactor command-line argument parsing. Only strip IDs if option is enabled. Added some unit tests for the new functionality

This commit is contained in:
JSCHILL1 2009-04-19 22:26:26 -05:00
parent 9f1a88ba3a
commit 28cc0d59fb
5 changed files with 153 additions and 79 deletions

View file

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<title id="title1">Fooey</title>
<rect id='r1' />
<linearGradient id="Polka_Dot_Pattern">
<stop offset="0.5" stop-color="blue" id="stop1234"/>
</linearGradient>
</defs>
<rect id='r2' fill="url(#Polka_Dot_Pattern)" />
</svg>

After

Width:  |  Height:  |  Size: 283 B