lolautoaccept/lolautoaccept.svg

31 lines
1.3 KiB
XML
Raw Normal View History

2022-05-21 00:12:52 +02:00
<svg xmlns="http://www.w3.org/2000/svg" height="1024" width="1024">
<defs>
<clipPath id="text-circle-cutoff">
<circle cx="512" cy="512" r="494" fill="none" />
</clipPath>
<clipPath id="circles-text-cutoff">
<rect width="1024" height="386" y="786" />
<rect width="448" height="1024" y="0" />
<rect width="448" height="1024" y="0" x="576" />
</clipPath>
</defs>
<!-- background - the blue of the accept button -->
<circle cx="512" cy="512" r="510" fill="#005e84" />
<!-- edge -->
<circle cx="512" cy="512" r="508" fill="none" stroke-width="4" stroke="black" />
<circle cx="512" cy="512" r="500" fill="none" stroke-width="4" stroke="black" />
<!-- A A -->
<text x="48" y="786" fill="black" font-size="768px" clip-path="url(#text-circle-cutoff)" font-family="monospace">
AA
</text>
<!-- Pointer -->
<polygon points="512,786 354,226 500,226 488,48 536,48 524,226 670,226" />
<!-- click effect -->
<ellipse rx="128" ry="32" cx="512" cy="786" fill="none" stroke="black" stroke-width="6" clip-path="url(#circles-text-cutoff)" />
<ellipse rx="232" ry="58" cx="512" cy="786" fill="none" stroke="black" stroke-width="4" clip-path="url(#circles-text-cutoff)" />
<ellipse rx="332" ry="83" cx="512" cy="786" fill="none" stroke="black" stroke-width="2" clip-path="url(#circles-text-cutoff)" />
</svg>