使用 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 的值陣列來支援字母的單獨放置。