hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a569a4eb276720fb0dcd56c6b9fd27d1a9156619

commit a569a4eb276720fb0dcd56c6b9fd27d1a9156619
Author: JunsuChoi <jsuya.c...@samsung.com>
Date:   Thu Aug 22 12:51:53 2019 +0900

    vg_common_json: Support stroke miterlimit
    
    Summary:
    Apply miterlimit received from the node to vg_shape.
    
    Depends D9657
            D9665
    
    Test Plan: N/A
    
    Reviewers: Hermet, smohanty, kimcinoo
    
    Reviewed By: Hermet
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D9666
---
 src/static_libs/vg_common/vg_common_json.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/static_libs/vg_common/vg_common_json.c 
b/src/static_libs/vg_common/vg_common_json.c
index 47923c95aa..27fc86e7e6 100644
--- a/src/static_libs/vg_common/vg_common_json.c
+++ b/src/static_libs/vg_common/vg_common_json.c
@@ -149,6 +149,8 @@ _construct_drawable_nodes(Efl_Canvas_Vg_Container *parent, 
const LOTLayerNode *l
                }
              efl_gfx_shape_stroke_join_set(shape, join);
 
+             efl_gfx_shape_stroke_miterlimit_set(shape, 
node->mStroke.miterLimit);
+
              //Stroke Dash
              if (node->mStroke.dashArraySize > 0)
                {

-- 


Reply via email to