mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-09 18:03:44 +02:00
8 lines
372 B
XML
8 lines
372 B
XML
<svg width="60" height="60" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="50" cy="50" r="30" fill="#ff9500">
|
|
<!-- Pattern: ON200 OFF100 ON500 OFF300 (1100ms) -->
|
|
<animate attributeName="fill-opacity" dur="1.1s" repeatCount="indefinite" calcMode="discrete"
|
|
values="1;0;1;0;0" keyTimes="0;0.1818;0.2727;0.7273;1" />
|
|
</circle>
|
|
</svg>
|