Replace dominant-baseline="central" (unsupported in Ignition) with manual y offset (10 -> 12.8) for proper vertical centering of text inside these symbol boxes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
391 B
XML
6 lines
391 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg width="20" height="20" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="0.5" y="0.5" width="19" height="19" fill="none" stroke="#000000" stroke-width="1"/>
|
|
<text x="10" y="12.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" font-weight="bold" fill="#000000">BCN</text>
|
|
</svg>
|