X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfshape.c;h=51837f2b0c06b44a14c7d8a4cf4f0ecb2879aedf;hb=d67bc214215df3b2a1d13cef25ec18a21d0bb814;hp=9753dfc97efc530f825b4f58aea78d23181447e7;hpb=11dcb2a596c5121205e8a7729d986edc9e919041;p=swftools.git diff --git a/lib/modules/swfshape.c b/lib/modules/swfshape.c index 9753dfc..51837f2 100644 --- a/lib/modules/swfshape.c +++ b/lib/modules/swfshape.c @@ -293,7 +293,7 @@ int swf_ShapeAddFillStyle(SHAPE * s,U8 type,MATRIX * m,RGBA * color,U16 id_bitma if (!s->fillstyle.data) return -1; } - // set fillstyle (no gradients yet!) + // set fillstyle s->fillstyle.data[s->fillstyle.n].type = type; s->fillstyle.data[s->fillstyle.n].id_bitmap = id_bitmap;