Implement svg file drawing

This commit is contained in:
2022-10-19 09:17:52 +03:00
parent f5fb079cc7
commit cb7c7975dc
6 changed files with 71 additions and 4 deletions

View 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