<quadBezTo> (Draw Quadratic Bezier Curve To)

This element specifies to draw a quadratic bezier curve along the specified points. To specify a quadratic bezier curve there needs to be 2 points specified. The first is a control point used in the quadratic 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_Path2DQuadBezierTo">
	<sequence>
	<element name="pt" type="CT_AdjPoint2D" minOccurs="2" maxOccurs="2"/>
	</sequence>
</complexType>