diff options
author | scuri <scuri> | 2010-06-04 17:36:53 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-04 17:36:53 +0000 |
commit | 1bad658bce4895bab21b2aab65c82544871fa551 (patch) | |
tree | 53bc33a2e2bf442faa0c716ec59a29b0ed89124b /test/simple | |
parent | dd7a1955dbf538734dc54225eac5282e3ab35ff8 (diff) |
*** empty log message ***
Diffstat (limited to 'test/simple')
-rw-r--r-- | test/simple/simple.c | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |