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 43c9eea522
commit 6f3e111ff1
1 changed files with 1 additions and 4 deletions

View File

@ -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);