diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2014-02-24 11:12:17 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2014-02-24 11:17:42 +0900 |
commit | 6dce77fbead866095ddccf57ccb97d6ab90f10cd (patch) | |
tree | 1579f99bd1d2eef352a0e62d064cb3753e65e492 /src/examples/evas/filters/filter_blur.txt | |
parent | f34305a7d61ae76a70e343194a586998be23ce39 (diff) |
Doc: Fix colors in the filter examples
Since the bg color changed from dark grey to white, the
colors don't match so much anymore... This is just like theme
work.
Diffstat (limited to 'src/examples/evas/filters/filter_blur.txt')
-rw-r--r-- | src/examples/evas/filters/filter_blur.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/evas/filters/filter_blur.txt b/src/examples/evas/filters/filter_blur.txt index 54b1953d6d..18f5c34839 100644 --- a/src/examples/evas/filters/filter_blur.txt +++ b/src/examples/evas/filters/filter_blur.txt | |||
@@ -1,2 +1,2 @@ | |||
1 | blur (10, color = black, oy = 5, ox = 5); | 1 | blur (10, color = black, oy = 5, ox = 5); |
2 | blend (); | 2 | blend (color = #3399FF); |