diff --git a/test/linear-gradient-ref.png b/test/linear-gradient-ref.png index 64ceddf82..8568c13ce 100644 Binary files a/test/linear-gradient-ref.png and b/test/linear-gradient-ref.png differ diff --git a/test/linear-gradient.c b/test/linear-gradient.c index 38ba559d0..686a56cc7 100644 --- a/test/linear-gradient.c +++ b/test/linear-gradient.c @@ -47,9 +47,9 @@ static const double rotate_angles[] = { 0, 45, 90 }; static const int n_stops[] = { 2, 3 }; #define N_N_STOPS 2 -#define UNIT_SIZE 75 -#define UNIT_SIZE 75 -#define PAD 5 +#define UNIT_SIZE 6 +#define UNIT_SIZE 6 +#define PAD 1 #define WIDTH N_GRADIENT_ANGLES * UNIT_SIZE + (N_GRADIENT_ANGLES + 1) * PAD #define HEIGHT N_N_STOPS * N_ROTATE_ANGLES * UNIT_SIZE + (N_N_STOPS * N_ROTATE_ANGLES + 1) * PAD diff --git a/test/text-pattern-ref.png b/test/text-pattern-ref.png index 8f8fc79a1..8de428ed6 100644 Binary files a/test/text-pattern-ref.png and b/test/text-pattern-ref.png differ diff --git a/test/text-pattern-rgb24-ref.png b/test/text-pattern-rgb24-ref.png index e5a7f7077..cf4b937dc 100644 Binary files a/test/text-pattern-rgb24-ref.png and b/test/text-pattern-rgb24-ref.png differ diff --git a/test/text-pattern.c b/test/text-pattern.c index bf7a5e28b..ba4e8696f 100644 --- a/test/text-pattern.c +++ b/test/text-pattern.c @@ -25,8 +25,8 @@ #include "cairo-test.h" -#define IMAGE_WIDTH 100 -#define IMAGE_HEIGHT 100 +#define IMAGE_WIDTH 64 +#define IMAGE_HEIGHT 64 cairo_test_t test = { "text-pattern",