15 lines
511 B
XML
15 lines
511 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="14" fill="#000" />
|
|
<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>
|