cedric pushed a commit to branch master.

http://git.enlightenment.org/tools/expedite.git/commit/?id=6c1e40666d3dbbfe73a7b5d3c60323d995994243

commit 6c1e40666d3dbbfe73a7b5d3c60323d995994243
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Thu Aug 6 09:28:03 2015 +0200

    snapshot: simplify filter code.
---
 src/bin/snapshot_widgets_file_icons.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/bin/snapshot_widgets_file_icons.c 
b/src/bin/snapshot_widgets_file_icons.c
index c78b9d4..4bfb42f 100644
--- a/src/bin/snapshot_widgets_file_icons.c
+++ b/src/bin/snapshot_widgets_file_icons.c
@@ -84,10 +84,7 @@ static void _setup(void)
      }
 
    const char *filter =
-      "a = buffer { 'rgba' }"
-      "blend {}"
-      "blur { 5, dst = a }"
-      "blend { src = a, color = '#ff08' }"
+      "blur { 5, dst = a, color = '#ff08' }"
      ;
 
    o = eo_add(EVAS_IMAGE_CLASS, evas);

-- 


Reply via email to