relHtmlArcTo

fun relHtmlArcTo(    x1: <Error class: unknown class>,     y1: <Error class: unknown class>,     x2: <Error class: unknown class>,     y2: <Error class: unknown class>,     radius: <Error class: unknown class>)(source)

Implements arc-to according to the HTML Canvas spec.

All coordinates are given relative to the current point.

This is the relative version of method@Gsk.PathBuilder.html_arc_to.

Since

4.14

Parameters

x1

X coordinate of first control point

y1

Y coordinate of first control point

x2

X coordinate of second control point

y2

Y coordinate of second control point

radius

Radius of the circle