diff --git a/test/clip-push-group-ref.png b/test/clip-push-group-ref.png index acaf4d870..327cc90bd 100644 Binary files a/test/clip-push-group-ref.png and b/test/clip-push-group-ref.png differ diff --git a/test/clip-push-group.c b/test/clip-push-group.c index f18d13c77..8274e85d4 100644 --- a/test/clip-push-group.c +++ b/test/clip-push-group.c @@ -34,6 +34,7 @@ #include "cairo-test.h" #define SIZE 10 +#define PAD 2 static cairo_test_draw_function_t draw; @@ -54,7 +55,7 @@ draw (cairo_t *cr, int width, int height) cairo_arc (cr, SIZE / 2, SIZE / 2, - SIZE / 2, + SIZE / 2 - PAD, 0, 2 * M_PI); cairo_clip (cr);