diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-09 13:59:50 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-09 13:59:50 +0100 |
commit | f5ee785144a8ddb6056b21f6c28bc4a9f4870b32 (patch) | |
tree | 7eede2cc02915ada48920114c2945ffb86f58f80 /test/twin-antialias-mixed.c | |
parent | abaef9bfbe11302beb6481547632b44be9d5be8d (diff) |
[test] Disable the antialias testing for the vector surfaces.
Only the raster bckends obey the font anti-alias options.
Diffstat (limited to 'test/twin-antialias-mixed.c')
-rw-r--r-- | test/twin-antialias-mixed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/twin-antialias-mixed.c b/test/twin-antialias-mixed.c index 43f58ceb..da4121a1 100644 --- a/test/twin-antialias-mixed.c +++ b/test/twin-antialias-mixed.c @@ -92,6 +92,6 @@ draw (cairo_t *cr, int width, int height) CAIRO_TEST (twin_antialias_mixed, "Tests the internal font (with intermixed antialiasing)", "twin, font", /* keywords */ - NULL, /* requirements */ + "target=raster", /* requirements */ 140, 60, NULL, draw) |