Files
2026-03-12 23:20:05 +01:00

12 lines
494 B
XML

<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>