From 457132fc2b1380cfd189ecec2f4ab1c02cd22fe4 Mon Sep 17 00:00:00 2001 From: Emmanuel Pacaud Date: Thu, 4 May 2006 21:41:36 +0200 Subject: [PATCH] SVG: Don't test rectangle-rounding-error. This test uses CAIRO_ANTIALIAS_NONE, which is not supported yet by the SVG backend. --- test/cairo-test.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/cairo-test.c b/test/cairo-test.c index a1b3376dc..c6846c6d4 100644 --- a/test/cairo-test.c +++ b/test/cairo-test.c @@ -1326,6 +1326,9 @@ cleanup_pdf (void *closure) #include "cairo-svg.h" static const char *svg_ignored_tests[] = { + /* rectangle-rounding-error uses CAIRO_ANTIALIAS_NONE, + * which is not supported */ + "rectangle-rounding-error", NULL };