mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 14:38:13 +02:00
[test] Add "target=raster" to test
The test isn't useful on vector backends and fails there due to antialiasing issues.
This commit is contained in:
parent
52afe9c77f
commit
aa1f245ea3
1 changed files with 1 additions and 1 deletions
|
|
@ -76,6 +76,6 @@ draw (cairo_t *cr, int width, int height)
|
|||
CAIRO_TEST (xcomposite_projection,
|
||||
"Test a bug with XRenderComposite reference computation when projecting the first trapezoid onto 16.16 space",
|
||||
"xlib", /* keywords */
|
||||
NULL, /* requirements */
|
||||
"target=raster", /* requirements */
|
||||
300, 150,
|
||||
NULL, draw)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue