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:
b0ad0b5
)
fixed a bug occuring when shapes are entirely outside of the viewport
author
kramm
<kramm>
Fri, 29 Apr 2005 08:45:50 +0000
(08:45 +0000)
committer
kramm
<kramm>
Fri, 29 Apr 2005 08:45:50 +0000
(08:45 +0000)
lib/modules/swfrender.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfrender.c
b/lib/modules/swfrender.c
index
237b449
..
e085937
100644
(file)
--- a/
lib/modules/swfrender.c
+++ b/
lib/modules/swfrender.c
@@
-832,6
+832,8
@@
void swf_Process(RENDERBUF*dest, U32 clipdepth)
endx = i->width2;
if(startx < 0)
startx = 0;
+ if(endx < 0)
+ endx = 0;
if(clipdepth) {
/* for clipping, the inverse is filled */