SVG:テキストの描画
SVGで文字(テキスト)を描画するには、text要素を使用する
SVG:text要素
SVG:tspan要素
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:テキストの描画/t.svg
code:t.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 50" width="200" height="50">
<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
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 50" width="200" height="50">
<text y="14" rotate="45">だるまさんがころんだ</text>
</svg>
SVG:テキスト
ことば遊び