yakov pushed a commit to branch master.

http://git.enlightenment.org/tools/expedite.git/commit/?id=817b8c3500f647260957512826b618ff012d667e

commit 817b8c3500f647260957512826b618ff012d667e
Author: Yakov Goldberg <yako...@samsung.com>
Date:   Thu Jun 18 10:05:57 2015 +0300

    Use premultiplied colors in stroke's color
---
 src/bin/vg_basic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/vg_basic.c b/src/bin/vg_basic.c
index 45ea034..4f70fc6 100644
--- a/src/bin/vg_basic.c
+++ b/src/bin/vg_basic.c
@@ -57,7 +57,7 @@ static void _setup(void)
               efl_gfx_shape_append_rect(0 + stroke_w, 0 + stroke_w, w, h, 10, 
10),
               efl_vg_shape_fill_set(gradient),
               efl_gfx_shape_stroke_width_set(stroke_w),
-              efl_gfx_shape_stroke_color_set(255, 0, 255, 128),
+              efl_gfx_shape_stroke_color_set(128, 0, 128, 128),
               efl_gfx_shape_stroke_join_set(EFL_GFX_JOIN_ROUND));
      }
    done = 0;

-- 


Reply via email to