added svg (planning to make unittest in future)
TODO: create unittest for rect element supportpull/23/head^2
parent
38eeac858c
commit
e8367d463a
|
@ -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 |
Loading…
Reference in New Issue