Implement svg file drawing
This commit is contained in:
5
src/draw_svg/svg/test.svg
Normal file
5
src/draw_svg/svg/test.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg height="210" width="500">
|
||||
<line x1="0" y1="0" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2" />
|
||||
<line x1="0" y1="200" x2="200" y2="0" style="stroke:rgb(255,0,0);stroke-width:2" />
|
||||
<line x1="200" y1="0" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 298 B |
Reference in New Issue
Block a user