SVGサンプル / 部分的なテキストの装飾


<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
 
	<text x="20" y="20" font-size="12" fill="blue">テキストを使用します。<tspan fill="red" text-decoration="underline">its text</tspan></text>
	<text x="20" y="50" font-size="12" fill="blue">テキストを使用します。<tspan fill="red" y="70">its text</tspan></text>

</svg>

© wonder-boys.net all rights reserved.