gegl r2729 - in trunk: . operations/external



Author: ok
Date: Tue Nov 11 10:09:31 2008
New Revision: 2729
URL: http://svn.gnome.org/viewvc/gegl?rev=2729&view=rev

Log:
* operations/external/fill.c: (gegl_chant_class_init): cache the
result of fills. (ping ponging changes).


Modified:
   trunk/ChangeLog
   trunk/operations/external/fill.c

Modified: trunk/operations/external/fill.c
==============================================================================
--- trunk/operations/external/fill.c	(original)
+++ trunk/operations/external/fill.c	Tue Nov 11 10:09:31 2008
@@ -173,7 +173,6 @@
   operation_class->prepare = prepare;
   operation_class->detect = detect;
 
-  operation_class->no_cache = TRUE;
   operation_class->name        = "gegl:fill";
   operation_class->categories  = "render";
   operation_class->description = _("Renders a fill of the provided GeglPath in a given color");



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