diff options
Diffstat (limited to 'test/surface-pattern.c')
-rw-r--r-- | test/surface-pattern.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/surface-pattern.c b/test/surface-pattern.c index 6afdcda9..7739cae6 100644 --- a/test/surface-pattern.c +++ b/test/surface-pattern.c @@ -30,12 +30,14 @@ #define SIZE 140 +/* Not GhostScript does not support /Interpolate on rotated images, so the PS + * output looks terrible, but is a known issue. */ + static cairo_test_draw_function_t draw; static const cairo_test_t test = { "surface-pattern", - "Test transformed repeated surface patterns" - "\nExhibiting a strange (very minor) failure in ps backend with device-offset", + "Test transformed repeated surface patterns", SIZE, SIZE, draw }; |