snapshot: simplify filter code.

This commit is contained in:
Jean-Philippe Andre 2015-08-06 09:28:03 +02:00 committed by Cedric BAIL
parent 8e8a079515
commit 6c1e40666d
1 changed files with 1 additions and 4 deletions

View File

@ -84,10 +84,7 @@ static void _setup(void)
} }
const char *filter = const char *filter =
"a = buffer { 'rgba' }" "blur { 5, dst = a, color = '#ff08' }"
"blend {}"
"blur { 5, dst = a }"
"blend { src = a, color = '#ff08' }"
; ;
o = eo_add(EVAS_IMAGE_CLASS, evas); o = eo_add(EVAS_IMAGE_CLASS, evas);