diff --git a/gsk/gskpathbuilder.c b/gsk/gskpathbuilder.c index 86973ce87f..d6a66e489a 100644 --- a/gsk/gskpathbuilder.c +++ b/gsk/gskpathbuilder.c @@ -1070,6 +1070,8 @@ _sincos (double angle, * [SVG arc_to](https://www.w3.org/TR/SVG11/paths.html#PathDataEllipticalArcCommands) * functionality. * + * After this, @x, @y will be the new current point. + * * Since: 4.14 */ void @@ -1256,6 +1258,11 @@ angle_between_points (const graphene_point_t *c, * [HTML arc_to](https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-arcto-dev) * functionality. * + * After this, the current point will be the point where + * the circle with the given radius touches the line from + * @x1, @y1 to @x2, @y2. + * + * * Since: 4.14 */ void