<cubicBezTo> (Draw Cubic Bezier Curve To)

This element specifies to draw a cubic bezier curve along the specified points. To specify a cubic bezier curve there needs to be 3 points specified. The first two are control points used in the cubic bezier calculation and the last is the ending point for the curve. The coordinate system used for this type of curve is the path coordinate system as this element is path specific.

Parent Elements

<path>5.1.11.15)

Child Elements

Subclause

<pt> (Shape Path Point)

§5.1.11.20

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Path2DCubicBezierTo">
	<sequence>
	<element name="pt" type="CT_AdjPoint2D" minOccurs="3" maxOccurs="3"/>
	</sequence>
</complexType>