curve要素のCSSのstroke属性のサンプル
指定なし
<v:curve from="0,0" control1="0,100;" control2="100,100;" to="200,0" style="position:relative;" />
trueを指定
<v:curve from="0,0" control1="0,100;" control2="100,100;" to="200,0" style="position:relative;" stroke="true" />
falseを指定
<v:curve from="0,0" control1="0,100;" control2="100,100;" to="200,0" style="position:relative;" stroke="false" />