[path] MOVE_TO and LINE_TO only use a pair of coordinates
The documentation of ClutterPathNode had a small typo and stated that they use 2 pairs of coordinates.
This commit is contained in:
parent
dd8e4dcd62
commit
9e03d92316
@ -130,8 +130,8 @@ struct _ClutterPathClass
|
||||
* Represents a single node of a #ClutterPath.
|
||||
*
|
||||
* Some of the coordinates in @points may be unused for some node
|
||||
* types. %CLUTTER_PATH_MOVE_TO and %CLUTTER_PATH_LINE_TO use only two
|
||||
* pairs of coordinates, %CLUTTER_PATH_CURVE_TO uses all three and
|
||||
* types. %CLUTTER_PATH_MOVE_TO and %CLUTTER_PATH_LINE_TO use only one
|
||||
* pair of coordinates, %CLUTTER_PATH_CURVE_TO uses all three and
|
||||
* %CLUTTER_PATH_CLOSE uses none.
|
||||
*
|
||||
* Since: 1.0
|
||||
|
Loading…
Reference in New Issue
Block a user