snippets/rings.html

5 lines
345 B
HTML
Raw Permalink Normal View History

2025-11-10 18:33:20 +00:00
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path [attr.d]="arcForCircle(10, 0.15)" fill="none" stroke="#dddddd" stroke-width="5" />
<path [attr.d]="arcForCircle(18, 0.15)" fill="none" stroke="#dddddd" stroke-width="5" />
<path [attr.d]="arcForCircle(25, 0)" fill="none" stroke="#ff0000" stroke-width="5" />
</svg>