thorvg/test
Hermet Park dc02e131e9 animation/lottie: updated the frame count unit.
replace the frame count unit from the int32_t to float
since animations could smoothly interpolate key-frames.

This notificably improve the animation smoothness in Lottie

Beta API changes:
Result Animation::frame(uint32_t no) -> Result Animation::frame(float no)
uint32_t Animation::curFrame() const -> float Animation::curFrame() const
uint32_t Animation::totalFrame() const -> float Animation::totalFrame() const
2023-10-27 12:23:38 +09:00
..
capi animation/lottie: updated the frame count unit. 2023-10-27 12:23:38 +09:00
images test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00
regression
catch.hpp
meson.build test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00
testAccessor.cpp
testAnimation.cpp animation/lottie: updated the frame count unit. 2023-10-27 12:23:38 +09:00
testFill.cpp
testInitializer.cpp
testMain.cpp
testPaint.cpp
testPicture.cpp
testSavers.cpp
testScene.cpp
testShape.cpp
testSwCanvas.cpp
testSwCanvasBase.cpp
testSwEngine.cpp test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00