added svg (planning to make unittest in future)

TODO: create unittest for rect element support
pull/23/head^2
Andy 2017-04-26 02:21:43 -07:00
parent 38eeac858c
commit e8367d463a
1 changed files with 7 additions and 0 deletions

7
test/rects.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="300" height="100" stroke='red'/>
<rect x="200" y="200" width="300" height="100" stroke='blue'/>
</svg>

After

Width:  |  Height:  |  Size: 207 B