wartekringel

This commit is contained in:
titz lapi 2023-03-20 20:19:18 +01:00
parent f4ed5cb3e2
commit 1a76c358b0
2 changed files with 28 additions and 0 deletions

14
wartekringel/pending1.svg Normal file
View File

@ -0,0 +1,14 @@
<?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>

After

Width:  |  Height:  |  Size: 511 B

14
wartekringel/pending2.svg Normal file
View File

@ -0,0 +1,14 @@
<?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>

After

Width:  |  Height:  |  Size: 549 B