21 lines
1.1 KiB
XML
21 lines
1.1 KiB
XML
<svg width="80" height="80" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="accuracyGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Target circles -->
|
|
<circle cx="40" cy="40" r="25" fill="none" stroke="url(#accuracyGrad)" stroke-width="2" opacity="0.3"/>
|
|
<circle cx="40" cy="40" r="18" fill="none" stroke="url(#accuracyGrad)" stroke-width="2" opacity="0.5"/>
|
|
<circle cx="40" cy="40" r="11" fill="none" stroke="url(#accuracyGrad)" stroke-width="2" opacity="0.7"/>
|
|
<!-- Bullseye center -->
|
|
<circle cx="40" cy="40" r="4" fill="url(#accuracyGrad)"/>
|
|
<!-- Arrow hitting center -->
|
|
<path d="M 20 20 L 36 36" stroke="url(#accuracyGrad)" stroke-width="3" marker-end="url(#accuracyArrow)"/>
|
|
<defs>
|
|
<marker id="accuracyArrow" markerWidth="10" markerHeight="10" refX="9" refY="3" orient="auto">
|
|
<polygon points="0 0, 10 3, 0 6" fill="#667eea"/>
|
|
</marker>
|
|
</defs>
|
|
</svg> |