increased number of lines in spline approximation- the renderings in the pdf2swf...
authorkramm <kramm>
Sun, 6 Apr 2008 16:50:31 +0000 (16:50 +0000)
committerkramm <kramm>
Sun, 6 Apr 2008 16:50:31 +0000 (16:50 +0000)
lib/devices/render.c

index f8dbbe2..cf6c056 100644 (file)
@@ -567,7 +567,7 @@ static void draw_line(gfxdevice_t*dev, gfxline_t*line)
             xx=x1;
            yy=y1;
 
-            parts = (int)(sqrt(c)/3);
+            parts = (int)(sqrt(c));
             if(!parts) parts = 1;
 
             for(t=1;t<=parts;t++) {