diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-03-05 19:15:35 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-03-05 19:23:10 -0500 |
commit | 4716ed760c1cc8095587af130964fbc3432ed14d (patch) | |
tree | fb579934ce3cbd4d0c037db49baab79362e483d2 /test/random-intersections.c | |
parent | feba319413bde73f8c1454fc0f3a1b3af03dfde4 (diff) |
[test] Remove some ref images from random-intersections
Each one is larger than 100kb, so paint background black to reuse
same ref image for rgb24 and argb32 cases. Also remove Quartz ref
images for now.
Diffstat (limited to 'test/random-intersections.c')
-rw-r--r-- | test/random-intersections.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/random-intersections.c b/test/random-intersections.c index 0f1c2d2e..5aa8e489 100644 --- a/test/random-intersections.c +++ b/test/random-intersections.c @@ -51,6 +51,10 @@ static cairo_test_status_t draw (cairo_t *cr, int width, int height) { int i; + + cairo_set_source_rgb (cr, 0, 0, 0); + cairo_paint (cr); + state = 0x12345678; cairo_translate (cr, 1, 1); cairo_set_fill_rule (cr, CAIRO_FILL_RULE_EVEN_ODD); |