PathBuilder.relHtmlArcTo

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.

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

Parameters

x1 float

X coordinate of first control point

y1 float

Y coordinate of first control point

x2 float

X coordinate of second control point

y2 float

Y coordinate of second control point

radius float

Radius of the circle