Add files via upload

This commit is contained in:
Dmitry 2025-03-17 17:59:30 +03:00 committed by GitHub
parent 57e64dd5d1
commit 300efa21ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 155 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
<rect id="one" x="10" y="10" width="80" height="30" fill="lightblue" />
<text x="20" y="30" font-family="Verdana" font-size="15">Один</text>
<rect id="two" x="10" y="50" width="80" height="30" fill="lightgreen" />
<text x="20" y="70" font-family="Verdana" font-size="15">Два</text>
<rect id="three" x="10" y="90" width="80" height="30" fill="lightcoral" />
<text x="20" y="110" font-family="Verdana" font-size="15">Три</text>
</svg>

After

Width:  |  Height:  |  Size: 551 B