summaryrefslogtreecommitdiff
path: root/test/fill-and-stroke.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-10-13 16:55:14 +0000
committerCarl Worth <cworth@cworth.org>2005-10-13 16:55:14 +0000
commit31a561e2c233ab93c6e644e00d8e6d26e12b9bef (patch)
tree34ada241e0e2ed5f8797dcec2f75fa0a313e18dc /test/fill-and-stroke.c
parent097f240c6d2403f1a3530c61a8c437444f936d97 (diff)
downloadcairo-31a561e2c233ab93c6e644e00d8e6d26e12b9bef.tar.gz
Push fill_path fallbacks down from gstate into the surface where all the other fallbacks are.
Add _cairo_surface_is_meta. Add antialias to the fill_path meta-surface command. Add an antialias parameter to the backend fill_path function. Fix test description. Reviewed by: keithp
Diffstat (limited to 'test/fill-and-stroke.c')
-rw-r--r--test/fill-and-stroke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fill-and-stroke.c b/test/fill-and-stroke.c
index 989317112..6765538bc 100644
--- a/test/fill-and-stroke.c
+++ b/test/fill-and-stroke.c
@@ -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
};