mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-20 12:50:10 +01:00
test: a1-line-width is a test of rasterisation, so skip for the vector backends
PDF/PS do not have the concept of aliased rendering, so like many of the other rasterisation tests, a1-line-width cannot be tested satisfactorily on those backends. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
513841263e
commit
99ec915b97
1 changed files with 1 additions and 1 deletions
|
|
@ -72,6 +72,6 @@ CAIRO_TEST (line_width,
|
||||||
CAIRO_TEST (a1_line_width,
|
CAIRO_TEST (a1_line_width,
|
||||||
"Tests cairo_set_line_width",
|
"Tests cairo_set_line_width",
|
||||||
"stroke", /* keywords */
|
"stroke", /* keywords */
|
||||||
NULL, /* requirements */
|
"target=raster", /* requirements */
|
||||||
IMAGE_WIDTH, IMAGE_HEIGHT,
|
IMAGE_WIDTH, IMAGE_HEIGHT,
|
||||||
NULL, draw_a1)
|
NULL, draw_a1)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue