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
This commit is contained in:
junsu choi 2019-08-22 12:51:53 +09:00 committed by Hermet Park
parent fa8f20338d
commit a569a4eb27
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{