lottie/vdasher: fix multiple dashes issue on multiple pathes 34/187734/1
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 28 Aug 2018 06:08:40 +0000 (15:08 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Tue, 28 Aug 2018 06:08:40 +0000 (15:08 +0900)
commit171165be39044266e1bfc95e837fac6ae87ae6f2
tree3d9a3af55f50fc66e1da32e804cc5d540a6a6cb7
parentd129603118932ca9253f0e81eb928065c17eadc2
lottie/vdasher: fix multiple dashes issue on multiple pathes

mIndex is for handling multiple dashes.
If a previous path ends at mIndex > 0,
it should be initialized as 0 when it starts job for next path.
The previous work shouldn't affect the next path.

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