SVG: Don't test rectangle-rounding-error.

This test uses CAIRO_ANTIALIAS_NONE, which is not supported yet by
the SVG backend.
This commit is contained in:
Emmanuel Pacaud 2006-05-04 21:41:36 +02:00
parent f6748ad030
commit 457132fc2b

View file

@ -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
};