Fix as per CSV sheet tracking + creature explanation
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<!-- Resonation icon: stylised signal/energy wave within a circuit frame -->
|
||||
<circle cx="50" cy="50" r="46" fill="none" stroke="#c8a94a" stroke-width="3" opacity="0.85"/>
|
||||
<circle cx="50" cy="50" r="36" fill="none" stroke="#c8a94a" stroke-width="1.5" opacity="0.45"/>
|
||||
<!-- Wave / resonation lines -->
|
||||
<path d="M18 50 Q26 34 34 50 Q42 66 50 50 Q58 34 66 50 Q74 66 82 50"
|
||||
fill="none" stroke="#dd9b2a" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<!-- Corner circuit nodes -->
|
||||
<circle cx="50" cy="18" r="4" fill="#c8a94a" opacity="0.9"/>
|
||||
<circle cx="50" cy="82" r="4" fill="#c8a94a" opacity="0.9"/>
|
||||
<line x1="50" y1="22" x2="50" y2="37" stroke="#c8a94a" stroke-width="2" opacity="0.6"/>
|
||||
<line x1="50" y1="63" x2="50" y2="78" stroke="#c8a94a" stroke-width="2" opacity="0.6"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 892 B |
Reference in New Issue
Block a user