decla-red/frontend/static/mask.svg
2020-10-22 21:50:39 +02:00

10 lines
No EOL
311 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="000000" >
<defs>
<mask id="hole">
<rect width="100%" height="100%" fill="white"/>
<circle r="20" cx="50" cy="50" fill="black"/>
</mask>
</defs>
<rect width="100%" height="100%" fill="black" mask="url(#hole)"/>
</svg>