mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 05:48:00 +02:00
Update documentation for most path construction functions. Add discussion of the effects on the current point to all functions. Rephrase the wording of the relative functions. Big rewrite of cairo_arc description. Add discussion of join not caps to cairo_close_path.
This commit is contained in:
parent
235838d49f
commit
112094a350
1 changed files with 7 additions and 1 deletions
|
|
@ -78,7 +78,13 @@
|
|||
|
||||
2005-08-24 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/cairo.c:
|
||||
* src/cairo.c (cairo_new_path, cairo_move_to, cairo_line_to,
|
||||
cairo_curve_to, cairo_arc, cairo_rel_move_to, cairo_rel_line_to,
|
||||
cairo_rel_curve_to, cairo_rectangle, cairo_close_path): Update
|
||||
documentation for most path construction functions. Add discussion
|
||||
of the effects on the current point to all functions. Rephrase the
|
||||
wording of the relative functions. Big rewrite of cairo_arc
|
||||
description. Add discussion of join not caps to cairo_close_path.
|
||||
|
||||
2005-08-23 Carl Worth <cworth@cworth.org>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue