quadraticTo

abstract fun quadraticTo(point: Point, handle: Point): PathBuilder

Draws a quadratic Bézier curve from the current point to this one.

Parameters

point

to end at

handle

location of the control point