SVGサンプル / テキストの装飾


<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
 
	<text x="30" y="30" font-size="12" fill="red">
		テキストです。
	</text>
	<text font-size="14" fill="lightgreen">
		テキストです。//エリア外に表示されてしまう。
	</text> 

</svg>

© wonder-boys.net all rights reserved.