mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-04 15:40:24 +01:00
[test] Increase size of extend-reflect test to see that pattern repeats
This commit is contained in:
parent
63c011bb6b
commit
3405fb870e
3 changed files with 2 additions and 1 deletions
|
|
@ -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 |
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue