PathBuilder.relConicTo

Adds a conic curve from the current point to x2, y2 with the given weight and x1, y1 as the control point.

All coordinates are given relative to the current point.

This is the relative version of gsk.path_builder.PathBuilder.conicTo.

class PathBuilder
void
relConicTo
(
float x1
,
float y1
,
float x2
,
float y2
,
float weight
)

Parameters

x1 float

x offset of control point

y1 float

y offset of control point

x2 float

x offset of the end of the curve

y2 float

y offset of the end of the curve

weight float

weight of the curve, must be greater than zero