evas vector: Fix stroke's width scaling 87/250787/4
authorPiotr Kalota <p.kalota@samsung.com>
Mon, 4 Jan 2021 13:01:31 +0000 (14:01 +0100)
committerHermet Park <chuneon.park@samsung.com>
Mon, 11 Jan 2021 02:06:32 +0000 (02:06 +0000)
commit92bba162760c889890781e505e2bc8997c598296
treecc5612a85080320560bd072c235b0189240fcff1
parentebac2650223165c7f52c1813e057dcfe9e28592c
evas vector: Fix stroke's width scaling

Since the scale value was multiplied by current stroke's width, scaling
worked diffrently than implementation without thorvg. Stroke's width field in
_Efl_Canvas_Vg_Shape_Data allows us to multiply scale value by the base width
set in the evas_vg_node_shape_stroke_set and now this implementation
works correctly

Change-Id: I88b009878d69dc7ed558a6035fa2b7c2ec06e103
src/lib/evas/canvas/efl_canvas_vg_shape.c