[cairo-commit] cairo/test .cvsignore, 1.38, 1.39 Makefile.am, 1.69, 1.70 mask-ctm-ref.png, NONE, 1.1 mask-ctm.c, NONE, 1.1 mask-surface-ctm-ref.png, NONE, 1.1 mask-surface-ctm.c, NONE, 1.1

Carl Worth commit at pdx.freedesktop.org
Thu Jul 28 15:55:03 PDT 2005


Committed by: cworth

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

Modified Files:
	.cvsignore Makefile.am 
Added Files:
	mask-ctm-ref.png mask-ctm.c mask-surface-ctm-ref.png 
	mask-surface-ctm.c 
Log Message:

        * test/.cvsignore:
        * test/Makefile.am:
        * test/mask-ctm-ref.png:
        * test/mask-ctm.c: (draw), (main):
        * test/mask-surface-ctm-ref.png:
        * test/mask-surface-ctm.c: (draw), (main): Add two new tests:
                mask-ctm
                mask-surface-ctm
          demonstrating that masks are not currently being modified by the
          CTM.


Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- .cvsignore	27 Jul 2005 20:28:15 -0000	1.38
+++ .cvsignore	28 Jul 2005 22:55:01 -0000	1.39
@@ -20,6 +20,8 @@
 line-width
 linear-gradient
 mask
+mask-ctm
+mask-surface-ctm
 move-to-show-surface
 paint
 paint-with-alpha

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- Makefile.am	28 Jul 2005 18:41:37 -0000	1.69
+++ Makefile.am	28 Jul 2005 22:55:01 -0000	1.70
@@ -16,6 +16,8 @@
 line-width			\
 linear-gradient			\
 mask				\
+mask-ctm			\
+mask-surface-ctm		\
 move-to-show-surface		\
 paint				\
 paint-with-alpha		\
@@ -72,6 +74,8 @@
 line-width-ref.png			\
 linear-gradient-ref.png			\
 mask-ref.png				\
+mask-ctm-ref.png			\
+mask-surface-ctm-ref.png		\
 move-to-show-surface-ref.png		\
 paint-ref.png				\
 paint-with-alpha-ref.png		\
@@ -161,6 +165,8 @@
 line_width_LDADD = $(LDADDS)
 linear_gradient_LDADD = $(LDADDS)
 mask_LDADD = $(LDADDS)
+mask_ctm_LDADD = $(LDADDS)
+mask_surface_ctm_LDADD = $(LDADDS)
 move_to_show_surface_LDADD = $(LDADDS)
 paint_LDADD = $(LDADDS)
 paint_with_alpha_LDADD = $(LDADDS)

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

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

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

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




More information about the cairo-commit mailing list