Reduced font sizes and used dominant-baseline="central" with y at the vertical center so text is centered both horizontally and vertically inside the box without overlapping the border. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
417 B
XML
6 lines
417 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg width="30" height="20" viewBox="0 0 30 20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="0.5" y="0.5" width="29" height="19" fill="none" stroke="#000000" stroke-width="1"/>
|
|
<text x="15" y="10" text-anchor="middle" dominant-baseline="central" font-family="Arial, sans-serif" font-size="9" font-weight="bold" fill="#000000">SOL</text>
|
|
</svg>
|