SVG:tspan要素
<tspan> - SVG: スケーラブルベクターグラフィック | MDN
<tspan> - SVG: Scalable Vector Graphics | MDN
SVG:text要素
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:tspan要素/t.svg
code:t.svg
<svg viewBox="0 0 240 40" xmlns="http://www.w3.org/2000/svg">
<style>
text {
font: italic 12px serif;
}
tspan {
font: bold 10px sans-serif;
fill: red;
}
</style>
<text x="10" y="30" class="small">
You are
<tspan>not</tspan>
a banana!
</text>
</svg>
SVG要素.icon