lottie/vdasher: remove connected dash lines between pathes 87/187587/2
authorYoungbok Shin <youngb.shin@samsung.com>
Fri, 24 Aug 2018 10:27:20 +0000 (19:27 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Mon, 27 Aug 2018 05:31:51 +0000 (14:31 +0900)
commitf86f1bedd7a4df8a5ec82842783019b89a86d3ca
tree6fbd62b7d7baaffd6376f65cd5375f3a4fb2656c
parentd2fc8fc57637be9350ec53c7d381674fa5fa2a1c
lottie/vdasher: remove connected dash lines between pathes

Since managing multiple pathes by a painter or a stroke,
multiple pathes will be drawn in one "dashed" function call.
And its vdasher's moveTo() function only do the job properly
when there is only one moveTo call.
Now, the moveTo() function initialize internal properties properly.

Change-Id: I4dd45d480f27dce734ce2ef8d1ff38774c589e64
src/vector/vdasher.cpp