HTML:
<svg>
<g transform="translate(100, 100)">
<circle r="3"></circle>
<text text-anchor="middle">
Test<tspan y="2">xxxxxxxxxxxxxx</tspan>
</text>
</g>
</svg>
The x
's overlap with Test
. I do not see why this is happening. If I remove the text-anchor
attribute it does not happen.