gimp r27514 - in trunk: . app/gegl



Author: martinn
Date: Sat Nov  1 12:23:14 2008
New Revision: 27514
URL: http://svn.gnome.org/viewvc/gimp?rev=27514&view=rev

Log:
* app/gegl/gimpoperationpointlayermode.c
(gimp_operation_point_layer_mode_process): Replaced the XXX for
Soft light with a FIXME.


Modified:
   trunk/ChangeLog
   trunk/app/gegl/gimpoperationpointlayermode.c

Modified: trunk/app/gegl/gimpoperationpointlayermode.c
==============================================================================
--- trunk/app/gegl/gimpoperationpointlayermode.c	(original)
+++ trunk/app/gegl/gimpoperationpointlayermode.c	Sat Nov  1 12:23:14 2008
@@ -492,7 +492,9 @@
 
         case GIMP_SOFTLIGHT_MODE:
           /* SVG 1.2 soft-light */
-          /* XXX: Why is the result so different from legacy Soft Light? */
+          /* FIXME: This exactly like in the SVG 1.2 draft but it is
+           * buggy and we need sort this out
+           */
           EACH_CHANNEL (
           if (2 * layCa < layA)
             outCa = inCa * (layA - (1 - inC) * (2 * layCa - layA)) + layCa * (1 - inA) + inCa * (1 - layA);



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