From 153465bfe5346b9e1ebdbd4f794bd11868ee7458 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 27 Feb 2007 19:28:37 -0500 Subject: [test] Add ref images for new tests --- test/surface-pattern-scale-up.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/surface-pattern-scale-up.c') diff --git a/test/surface-pattern-scale-up.c b/test/surface-pattern-scale-up.c index 921e1a36..d1f0e41a 100644 --- a/test/surface-pattern-scale-up.c +++ b/test/surface-pattern-scale-up.c @@ -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. */ -- cgit v1.2.3