shape要素のCSSのcoordorigin属性のサンプル

shape要素のCSSのcoordorigin属性のサンプル

指定なし


<v:shape path="m 0,0 l 1000,500, 0,500 x e" style="position:relative; width:200; height:100;" />

0 0を指定


<v:shape path="m 0,0 l 1000,500, 0,500 x e" style="position:relative; width:200; height:100;" coordorigin="0 0" />

-100 -100を指定


<v:shape path="m 0,0 l 1000,500, 0,500 x e" style="position:relative; width:200; height:100;" coordorigin="-100 -100" />

-200 -200を指定


<v:shape path="m 0,0 l 1000,500, 0,500 x e" style="position:relative; width:200; height:100;" coordorigin="-200 -200" />

-1000 -1000を指定


<v:shape path="m 0,0 l 1000,500, 0,500 x e" style="position:relative; width:200; height:100;" coordorigin="-1000 -1000" />

-2000 -2000を指定


<v:shape path="m 0,0 l 1000,500, 0,500 x e" style="position:relative; width:200; height:100;" coordorigin="-2000 -2000" />
Copyright © 1999-2006 Hikijishi All Rights Reserved.
[] [vector][0.00177502632141113]