[cairo-commit] cairo/test fill-and-stroke.c,1.2,1.3

Carl Worth commit at pdx.freedesktop.org
Thu Oct 13 16:55:17 PDT 2005


Committed by: cworth

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

Modified Files:
	fill-and-stroke.c 
Log Message:

2005-10-13  Carl Worth  <cworth at cworth.org>

        Reviewed by: keithp

        * src/cairo-surface.c: (_fallback_fill_path),
        (_cairo_surface_fill_path):
        * src/cairo-gstate.c: (_cairo_gstate_fill): Push fill_path
        fallbacks down from gstate into the surface where all the other
        fallbacks are.

        * src/cairo-meta-surface-private.h:
        * src/cairo-meta-surface.c: (_cairo_surface_is_meta):
        Add _cairo_surface_is_meta.

        * src/cairo-meta-surface.c: (_cairo_meta_surface_fill_path),
        (_cairo_meta_surface_replay): Add antialias to the fill_path
        meta-surface command.

        * src/cairoint.h:
        * src/cairo-pdf-surface.c: (_cairo_pdf_surface_fill_path):
        * src/cairo-ps-surface.c: (_cairo_ps_surface_fill_path),
        (_ps_output_fill_path): Add an antialias parameter to the backend
        fill_path function.

        * test/fill-and-stroke.c: Fix test description.


Index: fill-and-stroke.c
===================================================================
RCS file: /cvs/cairo/cairo/test/fill-and-stroke.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fill-and-stroke.c	26 Apr 2005 19:38:06 -0000	1.2
+++ fill-and-stroke.c	13 Oct 2005 23:55:15 -0000	1.3
@@ -30,7 +30,7 @@
 
 cairo_test_t test = {
     "fill-and-stroke",
-    "Tests calls to various set_source functions",
+    "Tests using cairo_fill_preserve/cairo_stroke to fill/stroke the same path",
     2 * SIZE + 4 * PAD, SIZE + 2 * PAD
 };
 



More information about the cairo-commit mailing list