您的位置:寻梦网首页编程乐园DHTML网页制作完全手册

Curve Element

Internet Development Index

Predefined curve shape.

Curve uses the to, from, control1, and control2 attributes.

Remarks

The following is the minimum code needed to produce an image.

   <v:curve
   from="10pt,10pt" to="100pt,10pt"
   control1="40pt,30pt" control2="70pt,30pt">
   </v:curve>