PathBuilder.relHtmlArcTo

void relHtmlArcTo(float x1, float y1, float x2, float y2, float radius)

Implements arc-to according to the HTML Canvas spec.

All coordinates are given relative to the current point.

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

Parameters

x1X coordinate of first control point
y1Y coordinate of first control point
x2X coordinate of second control point
y2Y coordinate of second control point
radiusRadius of the circle