PathBuilder.relQuadTo

void relQuadTo(float x1, float y1, float x2, float y2)

Adds a C3A9zier_curve">quadratic Bézier curve from the current point to x2, y2 with x1, y1 the control point.

All coordinates are given relative to the current point.

This is the relative version of [gsk.path_builder.PathBuilder.quadTo].

Parameters

x1x offset of control point
y1y offset of control point
x2x offset of the end of the curve
y2y offset of the end of the curve