SVGs/wartekringel/pending2.svg
2023-03-20 20:19:18 +01:00

15 lines
549 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg viewBox="-50 -50 100 100" xmlns="http://www.w3.org/2000/svg">
<circle dx="0" dy="0" r="13" fill="transparent" stroke="#000" stroke-width="2" />
<g class="slice" tabindex="0" fill="transparent"
stroke-width="2" stroke="#000" transform="rotate(90)">
<ellipse cx="0" cy="0" rx="16" ry="16" stroke-dasharray="119" stroke-dashoffset="0">
<animate
attributeName="stroke-dashoffset"
values="0;240"
dur="5s"
repeatCount="indefinite" />
</ellipse>
</g>
</svg>