quadraticCurveToRelative

Adds a relative quadratic Bezier curve command (q) to the path, which draws a curve to the specified relative coordinates using one control point.

Parameters

x1

The x-offset of the control point.

y1

The y-offset of the control point.

x

The x-offset of the end point.

y

The y-offset of the end point.