git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cbde5a
)
increased number of lines in spline approximation- the renderings in the pdf2swf...
author
kramm
<kramm>
Sun, 6 Apr 2008 16:50:31 +0000
(16:50 +0000)
committer
kramm
<kramm>
Sun, 6 Apr 2008 16:50:31 +0000
(16:50 +0000)
lib/devices/render.c
patch
|
blob
|
history
diff --git
a/lib/devices/render.c
b/lib/devices/render.c
index
f8dbbe2
..
cf6c056
100644
(file)
--- a/
lib/devices/render.c
+++ b/
lib/devices/render.c
@@
-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++) {