3 <p>The letter spacing should be identical:
</p>
4 <div style=
"letter-spacing: 10px">
5 <svg width=
"100" height=
"50"><text x=
"0" y=
"20">123</text></svg><br>
6 <svg style=
"letter-spacing: 10px" width=
"100" height=
"50"><text x=
"0" y=
"20">123</text></svg>