mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-07 10:58:15 +02:00
[test] Add ref images for new tests
This commit is contained in:
parent
e2ce27db30
commit
153465bfe5
9 changed files with 3 additions and 6 deletions
BIN
test/surface-pattern-scale-down-pdf-argb32-ref.png
Normal file
BIN
test/surface-pattern-scale-down-pdf-argb32-ref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
test/surface-pattern-scale-down-ps-argb32-ref.png
Normal file
BIN
test/surface-pattern-scale-down-ps-argb32-ref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
test/surface-pattern-scale-down-ref.png
Normal file
BIN
test/surface-pattern-scale-down-ref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
|
|
@ -21,8 +21,7 @@ draw (cairo_t *cr, int width, int height)
|
|||
int surface_size = 300;
|
||||
|
||||
cairo_set_source_rgb (cr, 0, 0, 0);
|
||||
cairo_rectangle (cr, 0, 0, SIZE, SIZE);
|
||||
cairo_fill (cr);
|
||||
cairo_paint (cr);
|
||||
|
||||
/* Create an image surface with my favorite four colors in each
|
||||
* quadrant. */
|
||||
|
|
|
|||
BIN
test/surface-pattern-scale-up-pdf-argb32-ref.png
Normal file
BIN
test/surface-pattern-scale-up-pdf-argb32-ref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
BIN
test/surface-pattern-scale-up-ps-argb32-ref.png
Normal file
BIN
test/surface-pattern-scale-up-ps-argb32-ref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1,011 B |
BIN
test/surface-pattern-scale-up-ref.png
Normal file
BIN
test/surface-pattern-scale-up-ref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
|
|
@ -21,8 +21,7 @@ draw (cairo_t *cr, int width, int height)
|
|||
int surface_size = 6;
|
||||
|
||||
cairo_set_source_rgb (cr, 0, 0, 0);
|
||||
cairo_rectangle (cr, 0, 0, SIZE, SIZE);
|
||||
cairo_fill (cr);
|
||||
cairo_paint (cr);
|
||||
|
||||
/* Create an image surface with my favorite four colors in each
|
||||
* quadrant. */
|
||||
|
|
|
|||
|
|
@ -21,8 +21,7 @@ draw (cairo_t *cr, int width, int height)
|
|||
int surface_size = 6;
|
||||
|
||||
cairo_set_source_rgb (cr, 0, 0, 0);
|
||||
cairo_rectangle (cr, 0, 0, SIZE, SIZE);
|
||||
cairo_fill (cr);
|
||||
cairo_paint (cr);
|
||||
|
||||
/* Create an image surface with my favorite four colors in each
|
||||
* quadrant. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue