first commit

This commit is contained in:
Boris
2024-01-15 20:14:10 +00:00
commit 8c81ee28b7
3106 changed files with 474415 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<svg width="250" height="250">
<circle cx="100" cy="50" r="40" stroke="black" stroke-width="4" fill="white" />
<circle cx="100" cy="170" r="3" stroke="black" stroke-width="4" fill="white" />
<circle cx="100" cy="150" r="3" stroke="black" stroke-width="4" fill="white" />
<circle cx="100" cy="130" r="3" stroke="black" stroke-width="4" fill="white" />
<circle cx="100" cy="150" r="60" stroke="black" stroke-width="4" fill="white" />
<circle cx="85" cy="40" r="5" stroke="black" stroke-width="2" fill="white" />
<circle cx="115" cy="40" r="5" stroke="black" stroke-width="2" fill="white" />
<rect width="200" height="230" stroke="black" fill="none"/>
<polygon points="95,50 105,55 90,75" stroke="black" stroke-width="2" fill="orange" />
</svg>

After

Width:  |  Height:  |  Size: 807 B