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
(from parent 1:
beab98e
)
added focal gradient support
author
kramm
<kramm>
Sun, 18 Mar 2007 18:24:11 +0000
(18:24 +0000)
committer
kramm
<kramm>
Sun, 18 Mar 2007 18:24:11 +0000
(18:24 +0000)
lib/modules/swfshape.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfshape.c
b/lib/modules/swfshape.c
index
9bf93ac
..
5ac06f9
100644
(file)
--- a/
lib/modules/swfshape.c
+++ b/
lib/modules/swfshape.c
@@
-550,6
+550,8
@@
static void parseFillStyleArray(TAG*tag, SHAPE2*shape)
swf_GetMatrix(tag, &dest->m);
swf_ResetReadBits(tag);
swf_GetGradient(tag, &dest->gradient, num>=3?1:0);
+ if(type == 0x13)
+ swf_GetU8(tag);
}
else if(type == 0x40 || type == 0x41 || type == 0x42 || type == 0x43)
{