2.4.2.13 RelQuadBezTo
The RelQuadBezTo structure is a Row_Type element that specifies a quadratic Bezier in a geometric path. Coordinates are specified as relative coordinates. A quadratic Bezier is specified by its endpoint and one control point.
The Cell_Type child elements of this structure MUST be a value from the following table.
Cell_Type element |
Meaning |
---|---|
Specifies the x-coordinate of the endpoint in relative coordinates. |
|
Specifies the y-coordinate of the endpoint in relative coordinates. |
|
Specifies the x-coordinate of the control point in relative coordinates. |
|
Specifies the y-coordinate of the control point in relative coordinates. |