rlottie: Fix issue with repeater object.
authorsubhransu mohanty <sub.mohanty@samsung.com>
Thu, 18 Apr 2019 07:03:21 +0000 (16:03 +0900)
committerHermet Park <hermetpark@gmail.com>
Thu, 25 Apr 2019 04:13:48 +0000 (13:13 +0900)
commitc739cbdae8ac372cf5c7d9011c97571fa2556b94
tree63e332874f6e5356aee0053b63449872b280bf87
parent97674df143cc71b6364ed0a6bf871dbdfbf82b1e
rlottie: Fix issue with repeater object.
Below issues are fixed
   1. when repeater has 0 copies.
   2. when "copies" property has animation.
   3. Wrong matrix computation when repeater transformation has anchor value.

Fixed abstract_circle.json resource.

Change-Id: Iaef475b1bc98bf7b4b68076fb9078d11bac362a3
src/lottie/lottieitem.cpp
src/lottie/lottieitem.h
src/lottie/lottiemodel.cpp
src/lottie/lottiemodel.h
src/lottie/lottieparser.cpp