blob: 378100a2129c73195e9d9c619ffb18adad362239 (
plain)
1
2
3
4
5
6
7
8
|
<svg viewBox="0 0 150 100" xmlns="http://www.w3.org/2000/svg">
<text x="30" y="20" textLength="102" lengthAdjust="spacing">
ABC
</text>
<text x="30" y="30" textLength="102" lengthAdjust="spacingAndGlyphs">
ABC
</text>
</svg>
|