SVGPathSegCurvetoQuadraticRel object
Defines a SVGPathSeg command with relative quadratic curveto Bézier path data.
![]() ![]() |
Members
The SVGPathSegCurvetoQuadraticRel object has these types of members:
Properties
The SVGPathSegCurvetoQuadraticRel object has these properties.
| Property | Description |
|---|---|
|
Gets the type of the path segment. | |
|
Gets the type of the path segment, specified by the corresponding one-character command name. | |
|
Gets or sets the x-coordinate value. | |
|
Gets or sets the absolute or relative x-coordinate for the first control point. | |
|
Gets or sets the y-coordinate value. | |
|
Gets or sets the absolute or relative y-coordinate for the first control point. |
Standards information
- Scalable Vector Graphics: Paths, Section 8.5.10
Remarks
The q object uses relative coordinates to draw a quadratic Bézier curve from the current point to (x,y) by using (x1,y1) as the control point. You can specify multiple sets of coordinates to draw a polybézier. At the end of the command, the new current point becomes the final (x,y) coordinate pair that is used in the polybézier.

