removed no-longer-valid comment.
authorkramm <kramm>
Tue, 14 Sep 2004 16:27:09 +0000 (16:27 +0000)
committerkramm <kramm>
Tue, 14 Sep 2004 16:27:09 +0000 (16:27 +0000)
lib/modules/swfshape.c

index 9753dfc..51837f2 100644 (file)
@@ -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;