[cairo-commit] cairo/test .cvsignore, 1.18, 1.19 Makefile.am, 1.35,
1.36 fill-and-stroke-ref.png, NONE, 1.1 fill-and-stroke.c, NONE, 1.1
Carl Worth
commit at pdx.freedesktop.org
Mon Apr 18 05:25:59 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv1859/test
Modified Files:
.cvsignore Makefile.am
Added Files:
fill-and-stroke-ref.png fill-and-stroke.c
Log Message:
* ROADMAP: Mark a couple of items that are now complete.
* test/.cvsignore:
* test/Makefile.am:
* test/fill-and-stroke-ref.png:
* test/fill-and-stroke.c: (draw), (main): Add test case that fills
and strokes the same shapes, (in preparation for testing
cairo_fill_preserve patch).
Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- .cvsignore 14 Apr 2005 16:31:21 -0000 1.18
+++ .cvsignore 18 Apr 2005 12:25:57 -0000 1.19
@@ -5,6 +5,7 @@
clip-twice
coverage
create-for-png
+fill-and-stroke
fill-rule
get-and-set
gradient-alpha
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile.am 14 Apr 2005 21:42:27 -0000 1.35
+++ Makefile.am 18 Apr 2005 12:25:57 -0000 1.36
@@ -3,6 +3,7 @@
clip-twice \
coverage \
create-for-png \
+fill-and-stroke \
fill-rule \
get-and-set \
gradient-alpha \
@@ -27,6 +28,7 @@
# way to avoid it? Can I use a wildcard here?
EXTRA_DIST = \
create-for-png-ref.png \
+fill-and-stroke-ref.png \
fill-rule-ref.png \
gradient-alpha-ref.png \
leaky-polygon-ref.png \
@@ -91,6 +93,7 @@
clip_twice_LDADD = $(LDADDS)
coverage_LDADD = $(LDADDS)
create_for_png_LDADD = $(LDADDS)
+fill_and_stroke_LDADD = $(LDADDS)
fill_rule_LDADD = $(LDADDS)
get_and_set_LDADD = $(LDADDS)
gradient_alpha_LDADD = $(LDADDS)
--- NEW FILE: fill-and-stroke-ref.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: fill-and-stroke.c ---
(This appears to be a binary file; contents omitted.)
More information about the cairo-commit
mailing list