relConicTo

fun relConicTo(x1: <Error class: unknown class>, y1: <Error class: unknown class>, x2: <Error class: unknown class>, y2: <Error class: unknown class>, weight: <Error class: unknown class>)

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 method@Gsk.PathBuilder.conic_to.

Since

4.14

Parameters

x1

x offset of control point

y1

y offset of control point

x2

x offset of the end of the curve

y2

y offset of the end of the curve

weight

weight of the curve, must be greater than zero