This commit is contained in:
end-4
2024-02-22 15:35:06 +07:00
commit 8db26e9707
4220 changed files with 208544 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<svg width="1920" height="1080">
<circle cx="225" cy="350" r="40" stroke="#000000" stroke-width="3" fill="none" />
<circle cx="525" cy="250" r="40" stroke="#000000" stroke-width="3" fill="none" />
<circle cx="825" cy="350" r="40" stroke="#000000" stroke-width="3" fill="none" />
<circle cx="1125" cy="250" r="40" stroke="#000000" stroke-width="3" fill="none" />
<line x1="225" y1="350" x2="525" y2="250" stroke="#000000" stroke-width="3"
stroke-linecap="round"/>
<line x1="525" y1="250" x2="825" y2="350" stroke="#000000" stroke-width="3"
stroke-linecap="round"/>
<line x1="825" y1="350" x2="1125" y2="250" stroke="#000000" stroke-width="3"
stroke-linecap="round"/>
<circle cx="225" cy="350" r="20" stroke="#000000" stroke-width="3" fill="#000000" />
<circle cx="525" cy="250" r="20" stroke="#000000" stroke-width="3" fill="#000000" />
<circle cx="825" cy="350" r="20" stroke="#000000" stroke-width="3" fill="#000000" />
<circle cx="1125" cy="250" r="20" stroke="#000000" stroke-width="3" fill="#000000" />
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB