mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
Some pathbuilder doc clarifications
Mention the end point of the html arc-to call.
This commit is contained in:
parent
3283157352
commit
f4fb4d04e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user