main
|
Last change
on this file since 050aa02 was 050aa02, checked in by roboburr <roboburr@…>, 3 months ago |
|
style(circles): cleaner icon (thin lines, fine nodes) + subtle accent glow
Co-Authored-By: Claude <noreply@…>
|
-
Property mode
set to
100644
|
|
File size:
966 bytes
|
| Rev | Line | |
|---|
| [050aa02] | 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round">
|
|---|
| 2 | <defs>
|
|---|
| 3 | <marker id="cf-a" viewBox="0 0 10 10" refX="6" refY="5" markerWidth="3.4" markerHeight="3.4" orient="auto-start-reverse">
|
|---|
| 4 | <path d="M2.5 2.5 L7 5 L2.5 7.5" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
|
|---|
| 5 | </marker>
|
|---|
| 6 | </defs>
|
|---|
| 7 | <circle cx="50" cy="50" r="46" stroke-width="2" opacity="0.45"/>
|
|---|
| 8 | <line x1="31.9" y1="42.7" x2="58.1" y2="28.3" stroke-width="2.2" marker-start="url(#cf-a)" marker-end="url(#cf-a)"/>
|
|---|
| 9 | <line x1="66" y1="33" x2="66" y2="63" stroke-width="2.2" marker-end="url(#cf-a)"/>
|
|---|
| 10 | <line x1="31.7" y1="51.6" x2="58.3" y2="67.4" stroke-width="2.2" marker-end="url(#cf-a)"/>
|
|---|
| 11 | <circle cx="24" cy="47" r="6.5" stroke-width="2.2"/>
|
|---|
| 12 | <circle cx="66" cy="24" r="6.5" stroke-width="2.2"/>
|
|---|
| 13 | <circle cx="66" cy="72" r="6.5" stroke-width="2.2"/>
|
|---|
| 14 | </svg>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.