SVG:テキストの描画
SVGで文字(テキスト)を描画するには、text要素を使用する
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:テキストの描画/t.svg
code:t.svg
<text x="10" dx="20" y="14">あいうえおかきくけこ</text>
</svg>
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:テキストの描画/t2.svg
code:t2.svg
<text y="14" rotate="45">だるまさんがころんだ</text>
</svg>