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:
cb30f21
)
changed line width algorithm.
author
kramm
<kramm>
Mon, 10 Jan 2005 17:38:48 +0000
(17:38 +0000)
committer
kramm
<kramm>
Mon, 10 Jan 2005 17:38:48 +0000
(17:38 +0000)
lib/modules/swfrender.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfrender.c
b/lib/modules/swfrender.c
index
db1a2d1
..
e5775bc
100644
(file)
--- a/
lib/modules/swfrender.c
+++ b/
lib/modules/swfrender.c
@@
-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;