From dc8eb3bbb646bf949e5f0bae5953654c9e7a80af Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 30 Jun 2017 18:50:00 +0000 Subject: [PATCH] git-svn-id: http://svn.code.sf.net/p/canvasdraw/cd/trunk@732 86f90930-8b5f-43f8-b0d1-9726248d827e --- cd/test/simple/simple.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cd/test/simple/simple.c b/cd/test/simple/simple.c index 15903f5..785e0f1 100644 --- a/cd/test/simple/simple.c +++ b/cd/test/simple/simple.c @@ -629,6 +629,8 @@ void SimpleDrawAll(cdCanvas* canvas) // cdBackground(CD_GREEN); cdCanvasClear(canvas); +// cdCanvasSetAttribute(canvas, "ANTIALIAS", "0"); + /* Draw a reactangle and a polyline at the bottom-left area, using a thick line with transparency. Observe that transparency is only supported in a few drivers,