increased number of lines in spline approximation- the renderings in the pdf2swf...
[swftools.git] / 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++) {