diff options
author | Keith Packard <keithp@keithp.com> | 2005-05-02 12:36:20 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-05-02 12:36:20 +0000 |
commit | 4ce3d3fb266908f2fe98564bf7dad387420dba9c (patch) | |
tree | 77024d04f22352bc52372dcaf1cb833112c6a0c5 /ChangeLog | |
parent | 1464e35fde29e0a03a7ce033327a2f00396f71b0 (diff) |
Use correct arguments to compute absolute positions.
Test cairo_rel_move_to, cairo_rel_line_to and cairo_rel_curve_to
reviewed by: cworth
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-05-02 Keith Packard <keithp@keithp.com> + + reviewed by: cworth + + * src/cairo-path.c: (_cairo_path_fixed_rel_curve_to): + Use correct arguments to compute absolute positions. + + * test/Makefile.am: + * test/rel-path-ref.png: + * test/rel-path.c: (draw), (main): + Test cairo_rel_move_to, cairo_rel_line_to and cairo_rel_curve_to + 2005-05-02 Owen Taylor <otaylor@redhat.com> * test/Makefile.am (EXTRA_DIST): mask-ref.png, not |