[cairo-commit] cairo/test .cvsignore, 1.21, 1.22 Makefile.am, 1.38, 1.39 paint-ref.png, NONE, 1.1 paint.c, NONE, 1.1

Carl Worth commit at pdx.freedesktop.org
Tue Apr 26 18:56:40 PDT 2005


Committed by: cworth

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

Modified Files:
	.cvsignore Makefile.am 
Added Files:
	paint-ref.png paint.c 
Log Message:

        * test/.cvsignore:
        * test/Makefile.am:
        * test/paint-ref.png:
        * test/paint.c: (draw), (main): Add test to demonstrate bug in
        cairo_paint when under a non-identity transformation.


Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- .cvsignore	26 Apr 2005 16:43:39 -0000	1.21
+++ .cvsignore	27 Apr 2005 01:56:37 -0000	1.22
@@ -14,8 +14,10 @@
 line-width
 linear-gradient
 move-to-show-surface
+paint
 path-data
 pdf-surface
+pdf-surface.pdf
 pixman-rotate
 set-source
 select-font-no-show-text

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Makefile.am	26 Apr 2005 16:43:39 -0000	1.38
+++ Makefile.am	27 Apr 2005 01:56:37 -0000	1.39
@@ -11,6 +11,7 @@
 line-width		\
 linear-gradient		\
 move-to-show-surface	\
+paint			\
 path-data		\
 pdf-surface		\
 pixman-rotate		\
@@ -39,6 +40,7 @@
 move-to-show-surface-ref.png	\
 coverage-ref.png		\
 clip-twice-ref.png		\
+paint-ref.png			\
 path-data-ref.png		\
 pixman-rotate-ref.png		\
 romedalen.png			\
@@ -104,6 +106,7 @@
 line_width_LDADD = $(LDADDS)
 linear_gradient_LDADD = $(LDADDS)
 move_to_show_surface_LDADD = $(LDADDS)
+paint_LDADD = $(LDADDS)
 path_data_LDADD = $(LDADDS)
 pdf_surface_LDADD = $(LDADDS)
 pixman_rotate_LDADD = $(LDADDS)

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

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




More information about the cairo-commit mailing list