[cairo-commit] test/cairo-test.c
test/ft-text-antialias-none-ps-argb32-ref.png
Carl Worth
cworth at kemper.freedesktop.org
Sun Jun 25 02:54:00 PDT 2006
test/cairo-test.c | 2 ++
test/ft-text-antialias-none-ps-argb32-ref.png |binary
2 files changed, 2 insertions(+)
New commits:
diff-tree d2ea21b4aef8ab5338718ddd6ccdff35609e9f6c (from 7e0e503fba80767dc68556054e937123fdcea359)
Author: Carl Worth <cworth at cworth.org>
Date: Sun Jun 25 11:48:32 2006 +0200
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.
diff --git a/test/cairo-test.c b/test/cairo-test.c
index e784528..b9fcf45 100644
--- a/test/cairo-test.c
+++ b/test/cairo-test.c
@@ -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
};
diff --git a/test/ft-text-antialias-none-ps-argb32-ref.png b/test/ft-text-antialias-none-ps-argb32-ref.png
new file mode 100644
index 0000000..ea33b0e
Binary files /dev/null and b/test/ft-text-antialias-none-ps-argb32-ref.png differ
More information about the cairo-commit
mailing list