diff options
author | Yakov Goldberg <yakov.g@samsung.com> | 2015-06-18 10:05:57 +0300 |
---|---|---|
committer | Yakov Goldberg <yakov.g@samsung.com> | 2015-06-18 10:05:57 +0300 |
commit | 817b8c3500f647260957512826b618ff012d667e (patch) | |
tree | f45d7beb5268dc6e006fd67fae3d45c6c59d2a9e | |
parent | 4aa37445c52fc460ea9baddc543fe0202ae74d93 (diff) |
Use premultiplied colors in stroke's color
-rw-r--r-- | src/bin/vg_basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
57 | efl_gfx_shape_append_rect(0 + stroke_w, 0 + stroke_w, w, h, 10, 10), | 57 | efl_gfx_shape_append_rect(0 + stroke_w, 0 + stroke_w, w, h, 10, 10), |
58 | efl_vg_shape_fill_set(gradient), | 58 | efl_vg_shape_fill_set(gradient), |
59 | efl_gfx_shape_stroke_width_set(stroke_w), | 59 | efl_gfx_shape_stroke_width_set(stroke_w), |
60 | efl_gfx_shape_stroke_color_set(255, 0, 255, 128), | 60 | efl_gfx_shape_stroke_color_set(128, 0, 128, 128), |
61 | efl_gfx_shape_stroke_join_set(EFL_GFX_JOIN_ROUND)); | 61 | efl_gfx_shape_stroke_join_set(EFL_GFX_JOIN_ROUND)); |
62 | } | 62 | } |
63 | done = 0; | 63 | done = 0; |