From 1bad658bce4895bab21b2aab65c82544871fa551 Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 4 Jun 2010 17:36:53 +0000 Subject: *** empty log message *** --- test/simple/simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/simple/simple.c b/test/simple/simple.c index 891caef..5f21d18 100644 --- a/test/simple/simple.c +++ b/test/simple/simple.c @@ -723,8 +723,8 @@ int SimpleDrawAll(void) cdVertex(200, 100); /* width, height */ cdVertex(-30*1000, -170*1000); /* start angle, end angle (degrees / 1000) */ // cdCanvasPathSet(canvas, CD_PATH_CLOSE); - cdCanvasPathSet(canvas, CD_PATH_STROKE); -// cdCanvasPathSet(canvas, CD_PATH_FILL); +// cdCanvasPathSet(canvas, CD_PATH_STROKE); + cdCanvasPathSet(canvas, CD_PATH_FILL); // cdCanvasPathSet(canvas, CD_PATH_FILLSTROKE); cdEnd(); -- cgit v1.2.3