The attribute textLength appears to be ignored
This attribute seems to be ignored, am I doing something wrong?
<?xml version="1.0"?> <svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><text x="50" y="40" font-size="12px" fill="black" text-anchor="middle" textLength="90" lengthAdjust="spacingAndGlyphs" >Short </text><text x="50" y="80" font-size="12px" fill="black" text-anchor="middle" textLength="90" lengthAdjust="spacingAndGlyphs" >Really Long String </text> </svg>
Should result in:
But instead you get:
This is part of SVG2 and not implemented. But I have no objections to implementing it if someone wants to create a patch.
Sorry, it is part of 1.1 too and just not implemented :)