[test] Increase size of extend-reflect test to see that pattern repeats

This commit is contained in:
Behdad Esfahbod 2007-02-22 13:10:34 -05:00
parent 63c011bb6b
commit 3405fb870e
3 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ dash-state \
degenerate-path \
device-offset \
device-offset-positive \
extend-pad \
extend-reflect \
fill-and-stroke \
fill-and-stroke-alpha \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 KiB

After

Width:  |  Height:  |  Size: 576 KiB

View file

@ -2,7 +2,7 @@
#include "cairo-test.h"
#include <stdio.h>
#define SIZE 400
#define SIZE 600
const char png_filename[] = "romedalen.png";
static cairo_test_draw_function_t draw;