From: kramm Date: Sun, 18 Mar 2007 18:24:11 +0000 (+0000) Subject: added focal gradient support X-Git-Tag: release-0-8-1~14 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=8ea466bbb98296967cf146d295fe03c812b119da added focal gradient support --- 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) {