summaryrefslogtreecommitdiff
path: root/test/xcomposite-projection.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-11-04 13:56:15 +0100
committerBenjamin Otte <otte@gnome.org>2009-11-04 13:56:15 +0100
commitaa1f245ea313a2f1f0dda3994f5b48073b0c385d (patch)
treee4d4c538b05d0edda8a6c6b7780c743e0675f638 /test/xcomposite-projection.c
parent52afe9c77f2f54372fefeca50321a27e8dda0f63 (diff)
downloadcairo-aa1f245ea313a2f1f0dda3994f5b48073b0c385d.tar.gz
[test] Add "target=raster" to test
The test isn't useful on vector backends and fails there due to antialiasing issues.
Diffstat (limited to 'test/xcomposite-projection.c')
-rw-r--r--test/xcomposite-projection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xcomposite-projection.c b/test/xcomposite-projection.c
index 2beb66128..f36697acf 100644
--- a/test/xcomposite-projection.c
+++ b/test/xcomposite-projection.c
@@ -76,6 +76,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (xcomposite_projection,
"Test a bug with XRenderComposite reference computation when projecting the first trapezoid onto 16.16 space",
"xlib", /* keywords */
- NULL, /* requirements */
+ "target=raster", /* requirements */
300, 150,
NULL, draw)