changed line width algorithm.
authorkramm <kramm>
Mon, 10 Jan 2005 17:38:48 +0000 (17:38 +0000)
committerkramm <kramm>
Mon, 10 Jan 2005 17:38:48 +0000 (17:38 +0000)
lib/modules/swfrender.c

index db1a2d1..e5775bc 100644 (file)
@@ -184,7 +184,6 @@ static void add_solidline(RENDERBUF*buf, double x1, double y1, double x2, double
     double xx,yy;
   
     /* Make sure the line is always at least one pixel wide */
-#define LINEMODE1
 #ifdef LINEMODE1
     /* That's what Macromedia's Player does at least at zoom level >= 1.  */
     width += 20;