gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/backend render_handler_agg.cpp


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash/backend render_handler_agg.cpp
Date: Thu, 23 Aug 2007 13:04:09 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   07/08/23 13:04:09

Modified files:
        backend        : render_handler_agg.cpp 

Log message:
        just updated comments

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_agg.cpp?cvsroot=gnash&r1=1.97&r2=1.98

Patches:
Index: render_handler_agg.cpp
===================================================================
RCS file: /cvsroot/gnash/gnash/backend/render_handler_agg.cpp,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- render_handler_agg.cpp      23 Aug 2007 10:11:47 -0000      1.97
+++ render_handler_agg.cpp      23 Aug 2007 13:04:09 -0000      1.98
@@ -17,7 +17,7 @@
 
  
 
-/* $Id: render_handler_agg.cpp,v 1.97 2007/08/23 10:11:47 udog Exp $ */
+/* $Id: render_handler_agg.cpp,v 1.98 2007/08/23 13:04:09 udog Exp $ */
 
 // Original version by Udo Giacomozzi and Hannes Mayr, 
 // INDUNET GmbH (www.indunet.it)
@@ -49,15 +49,17 @@
     linear gradients  COMPLETE
     radial gradients  COMPLETE
     focal gradients   NOT IMPLEMENTED *
+    ext. spread modes NOT IMPLEMENTED *
+    linear RGB mode   NOT IMPLEMENTED *
     bitmaps, tiled    COMPLETE
     bitmaps, clipped  COMPLETE
     bitmaps, smooth   COMPLETE
     bitmaps, hard     COMPLETE    
     color xform       COMPLETE
     
-    * focal gradients (introduced in Flash 7, I think) are not yet supported 
-    by Gnash itself AFAIK, but AGG supports them and it should be easy to add 
-    them.    
+    * focal gradients (introduced in Flash 8) and similar special fill styles
+    are not yet supported by Gnash itself AFAIK, but AGG supports them and it 
+    should be easy to add them.    
     
   fonts               COMPLETE
     




reply via email to

[Prev in Thread] Current Thread [Next in Thread]