better design and working setting cells

This commit is contained in:
jhim
2026-02-13 11:31:32 +01:00
committed by Jonas
parent 8e99bbca0e
commit a8879da715
17 changed files with 198 additions and 11 deletions
@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1000" viewBox="0 0 750 750" height="1000" version="1.0">
<defs>
<mask id="circle-cutout">
<rect width="750" height="750" fill="white"/>
<circle cx="375" cy="375" r="300" fill="black"/>
</mask>
</defs>
<rect width="750" height="750" fill="#004aad" mask="url(#circle-cutout)"/>
</svg>

After

Width:  |  Height:  |  Size: 356 B