X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfshape.c;h=5ac06f9210053a51e7916010bfd372ea128043ee;hb=8ea466bbb98296967cf146d295fe03c812b119da;hp=9bf93ac82de429aa113d66af535cdd6e46db8004;hpb=b473a770891a181a6811c48f0ab6c44ccd080073;p=swftools.git diff --git a/lib/modules/swfshape.c b/lib/modules/swfshape.c index 9bf93ac..5ac06f9 100644 --- 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) {