diff options
author | Benjamin Otte <otte@gnome.org> | 2009-11-04 13:56:15 +0100 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2009-11-04 13:56:15 +0100 |
commit | aa1f245ea313a2f1f0dda3994f5b48073b0c385d (patch) | |
tree | e4d4c538b05d0edda8a6c6b7780c743e0675f638 | |
parent | 52afe9c77f2f54372fefeca50321a27e8dda0f63 (diff) |
[test] Add "target=raster" to test
The test isn't useful on vector backends and fails there due to
antialiasing issues.
-rw-r--r-- | test/xcomposite-projection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xcomposite-projection.c b/test/xcomposite-projection.c index 2beb6612..f36697ac 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) |