lolautoaccept/resources/lolautoaccept.svg

40 lines
1.8 KiB
XML
Raw Permalink 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" />
2022-09-05 16:27:14 +02:00
<!-- A A (imagemagick convert does not like text in svg)-->
<!--text x="48" y="786" fill="black" font-size="768px" clip-path="url(#text-circle-cutoff)" font-family="monospace">
2022-05-21 00:12:52 +02:00
AA
2022-09-05 16:27:14 +02:00
</text-->
<!-- left A -->
<polygon points="234,226 324,226 496,785 418,785 377,639 180,639 139,785 62,785" clip-path="url(#text-circle-cutoff)" />
<polygon points="278,293 279,293 358,578 199,578" style="fill:#005e84;" />
<!-- right A -->
<polygon points="697,226 787,226 959,785 881,785 840,639 643,639 602,785 525,785" clip-path="url(#text-circle-cutoff)" />
<polygon points="741,293 742,293 821,578 662,578" style="fill:#005e84;" />
2022-05-21 00:12:52 +02:00
<!-- 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>