[cairo-commit] cairo/test .cvsignore, 1.30, 1.31 Makefile.am, 1.53, 1.54 self-intersecting-ref.png, NONE, 1.1 self-intersecting.c, NONE, 1.1

Carl Worth commit at pdx.freedesktop.org
Wed Jun 1 11:03:53 PDT 2005


Committed by: cworth

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

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

        * test/.cvsignore:
        * test/Makefile.am:
        * test/self-intersecting-ref.png:
        * test/self-intersecting.c: (draw), (main): Add self-intersecting
        test which demonstrates the long-standing bug with stroking
        self-intersecting paths.


Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- .cvsignore	17 May 2005 08:05:35 -0000	1.30
+++ .cvsignore	1 Jun 2005 18:03:50 -0000	1.31
@@ -29,6 +29,7 @@
 scale-source-surface-paint
 select-font-no-show-text
 self-copy
+self-intersecting
 set-source
 source-clip
 source-surface-scale-paint

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- Makefile.am	26 May 2005 18:35:48 -0000	1.53
+++ Makefile.am	1 Jun 2005 18:03:50 -0000	1.54
@@ -20,6 +20,7 @@
 scale-source-surface-paint	\
 select-font-no-show-text	\
 self-copy			\
+self-intersecting		\
 set-source			\
 source-clip			\
 source-surface-scale-paint	\
@@ -67,6 +68,7 @@
 pixman-rotate-ref.png			\
 romedalen.png				\
 self-copy-ref.png			\
+self-intersecting-ref.png		\
 scale-source-surface-paint-ref.png	\
 set-source-ref.png			\
 source-clip-ref.png			\
@@ -145,6 +147,7 @@
 scale_source_surface_paint_LDADD = $(LDADDS)
 select_font_no_show_text_LDADD = $(LDADDS)
 self_copy_LDADD = $(LDADDS)
+self_intersecting_LDADD = $(LDADDS)
 set_source_LDADD = $(LDADDS)
 source_clip_LDADD = $(LDADDS)
 source_surface_scale_paint_LDADD = $(LDADDS)

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

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




More information about the cairo-commit mailing list