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:
Carl Worth 2005-08-24 02:25:39 +00:00
parent 235838d49f
commit 112094a350

View file

@ -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>