[cairo-commit] cairo/test Makefile.am, 1.41, 1.42 rel-path-ref.png, NONE, 1.1 rel-path.c, NONE, 1.1

Keith Packard commit at pdx.freedesktop.org
Mon May 2 12:36:23 PDT 2005


Committed by: keithp

Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv12766/test

Modified Files:
	Makefile.am 
Added Files:
	rel-path-ref.png rel-path.c 
Log Message:
2005-05-02  Keith Packard  <keithp at 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


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Makefile.am	2 May 2005 18:42:41 -0000	1.41
+++ Makefile.am	2 May 2005 19:36:20 -0000	1.42
@@ -25,7 +25,8 @@
 transforms		\
 translate-show-surface	\
 trap-clip		\
-user-data
+user-data		\
+rel-path
 
 # All tests which have a reference image go here.
 # I really don't like having to repeat this list. Anyone know a good
@@ -50,7 +51,8 @@
 surface-pattern-ref.png		\
 transforms-ref.png		\
 translate-show-surface-ref.png	\
-trap-clip-ref.png
+trap-clip-ref.png		\
+rel-path-ref.png
 
 # Any test for which the code committed to CVS is expected to fail
 # should be listed here.
@@ -123,6 +125,7 @@
 translate_show_surface_LDADD = $(LDADDS)
 trap_clip_LDADD = $(LDADDS)
 user_data_LDADD = $(LDADDS)
+rel_path_LDADD = $(LDADDS)
 
 noinst_PROGRAMS = imagediff
 imagediff_LDADD = $(LDADDS)

--- NEW FILE: rel-path-ref.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rel-path.c ---
(This appears to be a binary file; contents omitted.)




More information about the cairo-commit mailing list