ft-text-antialias-none: Update reference images and igore list.

Add a new ps reference image due to slightly different rasterization. Also
update pdf and svg backends to ignore this test since those backends do not
support ANTIALIAS_NONE.

Note in ROADMAP that bug 6759 is fixed now.
This commit is contained in:
Carl Worth 2006-06-25 11:48:32 +02:00
parent 7e0e503fba
commit d2ea21b4ae
2 changed files with 2 additions and 0 deletions

View file

@ -1225,6 +1225,7 @@ cleanup_ps (void *closure)
static const char *pdf_ignored_tests[] = {
/* We can't match the results of tests that depend on
* CAIRO_ANTIALIAS_NONE, (nor do we care). */
"ft-text-antialias-none",
"rectangle-rounding-error",
"unantialiased-shapes",
NULL
@ -1341,6 +1342,7 @@ cleanup_pdf (void *closure)
static const char *svg_ignored_tests[] = {
/* rectangle-rounding-error uses CAIRO_ANTIALIAS_NONE,
* which is not supported */
"ft-text-antialias-none",
"rectangle-rounding-error",
NULL
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B