From afcbabb00481924557c8c8692486040da92a012d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Mon, 24 Feb 2014 11:18:10 +0900 Subject: [PATCH] Doc: Fix filters documentation Since the doc mentions colors in the examples, fix it to match the new dox theme :) --- src/lib/evas/filters/evas_filter_parser.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/lib/evas/filters/evas_filter_parser.c b/src/lib/evas/filters/evas_filter_parser.c index 19f841c2c8..68186eea73 100644 --- a/src/lib/evas/filters/evas_filter_parser.c +++ b/src/lib/evas/filters/evas_filter_parser.c @@ -1139,7 +1139,7 @@ _blur_instruction_prepare(Evas_Filter_Instruction *instr) @note As of 2014/02/11, the ALPHA to RGBA support is of much better quality than ALPHA only, but @b very slow. RGBA sources are not supported yet. - Here is a full example for a size 100 font, of a very simple bevel effect: + Here is a full example of a very simple bevel effect: @include filter_bump.txt
@@ -1446,9 +1446,8 @@ _grow_padding_update(Evas_Filter_Program *pgm, Evas_Filter_Instruction *instr, Example: @include filter_grow.txt - This will first grow the letters in the buffer @c input by 4px, and then draw - this buffer in black in the background. Blending white on top of that will - give a simple impression of stroked text. + This will first grow the letters in the buffer @c input by a few pixels, and + then draw this buffer in black in the background.
@image html filter_grow.png @@ -1497,7 +1496,7 @@ _grow_instruction_prepare(Evas_Filter_Instruction *instr) Example: @include filter_mask.txt - This will create a simple cyan inner glow effect on black text. + This will create an inner shadow effect.
@image html filter_mask.png