In order to take into account the kerning between characters, incrementally add characters to a probe svg:text element and call getComputedTextLength() to position the latest char.
Alternatively just probe with two characters at a time to compute kerning between them exactly.
In order to take into account the kerning between characters, incrementally add characters to a probe svg:text element and call getComputedTextLength() to position the latest char.
Alternatively just probe with two characters at a time to compute kerning between them exactly.