mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
21 lines
520 B
XML
21 lines
520 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<clipPath id="clip0">
|
|
<rect width="1" height="1" clip-path="url(#clip)" />
|
|
</clipPath>
|
|
|
|
<clipPath id="clip2">
|
|
<rect width="100" height="100" clip-path="url(#clip0)"/>
|
|
</clipPath>
|
|
|
|
<clipPath id="clip">
|
|
<rect width="1" height="1" clip-path="url(#clip2)"/>
|
|
</clipPath>
|
|
|
|
<mask id="mask1" x="0" y="0" width="1" height="1" maskContentUnits="objectBoundingBox">
|
|
<rect width="1" height="1" clip-path="url(#clip)" />
|
|
</mask>
|
|
</defs>
|
|
<circle r="500" mask="url(#mask1)"/>
|
|
</svg>
|