lottie: fix doubled scale issue 58/187458/1
authorYoungbok Shin <youngb.shin@samsung.com>
Thu, 23 Aug 2018 10:31:28 +0000 (19:31 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Thu, 23 Aug 2018 10:31:28 +0000 (19:31 +0900)
commit386e6ebbffee437bbdf264da5f2d81d6ff12423e
treebd4126bb9ea5c1d6d5560ff2dd8c498124899ad4
parent2e59b9fb93408898f3f1150eadb8e84b1e740cfa
lottie: fix doubled scale issue

The scale was calculated based on length 2.
So, its result was also doubled.
It should be half before return scale result.

Change-Id: I66a5fa9ba235bd5ebcde89b9b3c01c0f128d217e
src/lottie/lottieitem.cpp