group要素のCSSのvisibility属性のサンプル

group要素のCSSのvisibility属性のサンプル

指定なし





<v:group  style="width:100; height:100;">
<v:rect style="width:2000; height:1000;" />
<v:curve from="0,0" control1="0,1000;" control2="1000,1000;" to="2000,0" />
</v:group>

visibleを指定





<v:group  style="width:100; height:100; visibility:visible;">
<v:rect style="width:2000; height:1000;" />
<v:curve from="0,0" control1="0,1000;" control2="1000,1000;" to="2000,0" />
</v:group>

hiddenを指定





<v:group  style="width:100; height:100; visibility:hidden;">
<v:rect style="width:2000; height:1000;" />
<v:curve from="0,0" control1="0,1000;" control2="1000,1000;" to="2000,0" />
</v:group>

inheritを指定





<v:group  style="width:100; height:100; visibility:inherit;">
<v:rect style="width:2000; height:1000;" />
<v:curve from="0,0" control1="0,1000;" control2="1000,1000;" to="2000,0" />
</v:group>
Copyright © 1999-2006 Hikijishi All Rights Reserved.
[] [vector][0.00222301483154297]