main
|
Last change
on this file since 546f102 was 546f102, checked in by roboburr <roboburr@…>, 3 months ago |
|
feat(circles): icon exactly matching reference — 3 hollow nodes, double arrow + 2 directed arrows
Co-Authored-By: Claude <noreply@…>
|
-
Property mode
set to
100644
|
|
File size:
809 bytes
|
| Rev | Line | |
|---|
| [546f102] | 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none" stroke="black" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
|
|---|
| [cd69b6a] | 2 | <defs>
|
|---|
| [546f102] | 3 | <marker id="cf-a" viewBox="0 0 10 10" refX="6.5" refY="5" markerWidth="3" markerHeight="3" orient="auto-start-reverse">
|
|---|
| 4 | <path d="M2 2 L7 5 L2 8" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|---|
| [cd69b6a] | 5 | </marker>
|
|---|
| 6 | </defs>
|
|---|
| [546f102] | 7 | <circle cx="50" cy="50" r="45"/>
|
|---|
| 8 | <line x1="35" y1="40" x2="54" y2="29" marker-start="url(#cf-a)" marker-end="url(#cf-a)"/>
|
|---|
| 9 | <line x1="65" y1="34" x2="65" y2="61" marker-end="url(#cf-a)"/>
|
|---|
| 10 | <line x1="33.2" y1="53.3" x2="54" y2="66.2" marker-end="url(#cf-a)"/>
|
|---|
| 11 | <circle cx="23" cy="47" r="9"/>
|
|---|
| 12 | <circle cx="65" cy="23" r="9"/>
|
|---|
| 13 | <circle cx="65" cy="73" r="9"/>
|
|---|
| [cd69b6a] | 14 | </svg>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.