arc要素のCSSのstrokecolor属性のサンプル

arc要素のCSSのstrokecolor属性のサンプル

指定なし


<v:arc startangle="0" endangle="90" style="position:relative; width:400; height:200;" />

redを指定


<v:arc startangle="0" endangle="90" style="position:relative; width:400; height:200;" strokecolor="red" />

#00ff00を指定


<v:arc startangle="0" endangle="90" style="position:relative; width:400; height:200;" strokecolor="#00ff00" />

rgb(0,0,255)を指定


<v:arc startangle="0" endangle="90" style="position:relative; width:400; height:200;" strokecolor="rgb(0,0,255)" />

transparentを指定


<v:arc startangle="0" endangle="90" style="position:relative; width:400; height:200;" strokecolor="transparent" />
Copyright © 1999-2006 Hikijishi All Rights Reserved.
[] [vector][0.00293612480163574]