summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-02-23 22:01:07 -0800
committerCarl Worth <cworth@cworth.org>2006-02-23 22:01:07 -0800
commit1dc1b57b4eaa55b7a5cafe39f818f7c87352ea6d (patch)
tree8b12feb1c110aaf21dd76f547c8f049c223b07eb /.gitignore
parent0354956a09cf5a45feed256c1d880bbb9b7c7c42 (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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index aaa9f03b1..73e1e4e75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ stamp-h
stamp-h1
stamp-h.in
*~
+*.orig