mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-28 00:30:12 +01:00
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:
parent
7e0e503fba
commit
d2ea21b4ae
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
BIN
test/ft-text-antialias-none-ps-argb32-ref.png
Normal file
BIN
test/ft-text-antialias-none-ps-argb32-ref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 335 B |
Loading…
Add table
Reference in a new issue