[test] Add ref images for new tests

This commit is contained in:
Behdad Esfahbod 2007-02-27 19:28:37 -05:00
parent e2ce27db30
commit 153465bfe5
9 changed files with 3 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -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. */

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,011 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -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. */

View file

@ -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. */