quadratic Curve To
Adds a quadratic Bezier curve command (Q) to the path, which draws a curve to the specified absolute coordinates using one control point.
Parameters
x1
The x-coordinate of the control point.
y1
The y-coordinate of the control point.
x
The x-coordinate of the end point.
y
The y-coordinate of the end point.