From 8ea466bbb98296967cf146d295fe03c812b119da Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 18 Mar 2007 18:24:11 +0000 Subject: [PATCH] added focal gradient support --- lib/modules/swfshape.c | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 1.7.10.4