better design and working setting cells
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
<circle cx="375" cy="375" r="300" fill="#dd0000"/>
|
||||
<circle cx="375" cy="375" r="286" fill="none" stroke="#8b0000" stroke-width="12"/>
|
||||
<rect width="750" height="750" fill="#004aad" mask="url(#circle-cutout)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 494 B |
Reference in New Issue
Block a user