mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 01:48:07 +02:00
[test] Disable the antialias testing for the vector surfaces.
Only the raster bckends obey the font anti-alias options.
This commit is contained in:
parent
abaef9bfbe
commit
f5ee785144
5 changed files with 5 additions and 5 deletions
|
|
@ -92,6 +92,6 @@ draw (cairo_t *cr, int width, int height)
|
|||
CAIRO_TEST (large_twin_antialias_mixed,
|
||||
"Tests the internal font (with intermixed antialiasing)",
|
||||
"twin, font", /* keywords */
|
||||
NULL, /* requirements */
|
||||
"target=raster", /* requirements */
|
||||
524, 240,
|
||||
NULL, draw)
|
||||
|
|
|
|||
|
|
@ -66,6 +66,6 @@ draw (cairo_t *cr, int width, int height)
|
|||
CAIRO_TEST (twin_antialias_gray,
|
||||
"Tests the internal font (with antialiasing reduced)",
|
||||
"twin, font", /* keywords */
|
||||
NULL, /* requirements */
|
||||
"target=raster", /* requirements */
|
||||
140, 60,
|
||||
NULL, draw)
|
||||
|
|
|
|||
|
|
@ -92,6 +92,6 @@ draw (cairo_t *cr, int width, int height)
|
|||
CAIRO_TEST (twin_antialias_mixed,
|
||||
"Tests the internal font (with intermixed antialiasing)",
|
||||
"twin, font", /* keywords */
|
||||
NULL, /* requirements */
|
||||
"target=raster", /* requirements */
|
||||
140, 60,
|
||||
NULL, draw)
|
||||
|
|
|
|||
|
|
@ -66,6 +66,6 @@ draw (cairo_t *cr, int width, int height)
|
|||
CAIRO_TEST (twin_antialias_none,
|
||||
"Tests the internal font (with antialiasing disabled)",
|
||||
"twin, font", /* keywords */
|
||||
NULL, /* requirements */
|
||||
"target=raster", /* requirements */
|
||||
140, 60,
|
||||
NULL, draw)
|
||||
|
|
|
|||
|
|
@ -66,6 +66,6 @@ draw (cairo_t *cr, int width, int height)
|
|||
CAIRO_TEST (twin_antialias_subpixel,
|
||||
"Tests the internal font (with subpixel antialiasing)",
|
||||
"twin, font", /* keywords */
|
||||
NULL, /* requirements */
|
||||
"target=raster", /* requirements */
|
||||
140, 60,
|
||||
NULL, draw)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue