Files
4Gewinnt/GUI/public/Game/Gamefield_Empty.svg
T
2026-03-12 23:20:05 +01:00

16 lines
730 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>
<linearGradient id="blue-grad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0058cc"/>
<stop offset="100%" stop-color="#003fa0"/>
</linearGradient>
</defs>
<rect width="750" height="750" fill="url(#blue-grad)" mask="url(#circle-cutout)"/>
<circle cx="375" cy="375" r="300" fill="none" stroke="#002255" stroke-width="8"/>
<rect x="2" y="2" width="746" height="746" fill="none" stroke="#001a44" stroke-width="4" rx="4"/>
</svg>