From 1ca40908ed06d640ea4a9570ad8399acc7ce4688 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 28 Aug 2011 17:27:57 -0600 Subject: Use a more interesting pattern than "blue" for canvas import/export tests. --- libdimension/tests/png.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdimension/tests/png.c') diff --git a/libdimension/tests/png.c b/libdimension/tests/png.c index 328ee36..1bd418f 100644 --- a/libdimension/tests/png.c +++ b/libdimension/tests/png.c @@ -37,8 +37,8 @@ main(void) return EXIT_FAILURE; } - /* Paint the canvas blue */ - dmnsn_clear_canvas(canvas, dmnsn_blue); + /* Paint the test pattern */ + dmnsn_paint_test_canvas(canvas); /* Write the image to PNG */ -- cgit v1.2.3