使用 XY 值数组的单个字母定位
<svg width="400px" height="200px">
<text x="1em, 2em, 3em, 4em, 5em" y="3em, 4em, 5em">
Individually Spaced Text
</text>
</svg>
Text 元素通过接受 x 和 y 的值数组来支持字母的单独放置。
<svg width="400px" height="200px">
<text x="1em, 2em, 3em, 4em, 5em" y="3em, 4em, 5em">
Individually Spaced Text
</text>
</svg>
Text 元素通过接受 x 和 y 的值数组来支持字母的单独放置。