SVG 画文字

示例

<svg xmlns="http://www.w3.org/2000/svg">
    <text x="40" y="60" font-size="28">Hello World!</text>
</svg>

x和y坐标指定了文本左下角的位置(除非修改了文本锚)。