diff options
author | Carl Worth <cworth@cworth.org> | 2006-02-23 22:01:07 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-02-23 22:01:07 -0800 |
commit | 1dc1b57b4eaa55b7a5cafe39f818f7c87352ea6d (patch) | |
tree | 8b12feb1c110aaf21dd76f547c8f049c223b07eb /.gitignore | |
parent | 0354956a09cf5a45feed256c1d880bbb9b7c7c42 (diff) |
cairo_new_sub_path: Making cairo_arc easier to use and more.
This adds a new function which has as its only effect the elimination
of
the current point. This makes it much easier to use the various
cairo_arc calls when the initial line_to is not actually desired.
This function also unifies and generalizes the long-existing behavior
of cairo_line_to being treated as cairo_move_to when there is no
current point. With the addition of cairo_new_sub_path this becomes a
documented feature with similar behavior in cairo_curve_to as well.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,3 +22,4 @@ stamp-h stamp-h1 stamp-h.in *~ +*.orig |