try this shi

This commit is contained in:
2025-10-13 13:53:48 -05:00
commit fc6d1237e9
24 changed files with 1345 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<rect width="100" height="100" fill="#8B4513"/>
<rect x="10" y="10" width="30" height="30" fill="#654321"/>
<rect x="60" y="10" width="30" height="30" fill="#654321"/>
<rect x="10" y="60" width="30" height="30" fill="#654321"/>
<rect x="60" y="60" width="30" height="30" fill="#654321"/>
<rect x="35" y="35" width="30" height="30" fill="#A0522D"/>
</svg>

After

Width:  |  Height:  |  Size: 431 B