mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-17 20:00:30 +01:00
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:
parent
f6748ad030
commit
457132fc2b
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue