shapetype要素のCSSのfillcolor属性のサンプル

shapetype要素のCSSのfillcolor属性のサンプル

指定なし


<v:shapetype id="onbu" path="m 0,0 l 1000,500, 0,500 x e" style="position:relative;" />

redを指定


<v:shapetype id="onbu" path="m 0,0 l 1000,500, 0,500 x e" style="position:relative;" fillcolor="red" />

#00ff00を指定


<v:shapetype id="onbu" path="m 0,0 l 1000,500, 0,500 x e" style="position:relative;" fillcolor="#00ff00" />

rgb(0,0,255)を指定


<v:shapetype id="onbu" path="m 0,0 l 1000,500, 0,500 x e" style="position:relative;" fillcolor="rgb(0,0,255)" />

transparentを指定


<v:shapetype id="onbu" path="m 0,0 l 1000,500, 0,500 x e" style="position:relative;" fillcolor="transparent" />
Copyright © 1999-2006 Hikijishi All Rights Reserved.
[] [vector][0.00153303146362305]