thorvg/src/loaders/lottie
Mira Grudzinska 4c0765b761 lottie: fix offset
For long Bezier curves compared to the offset value,
the offsetting algorithm caused deformation. The problem
became evident after adding mask extension, as the simple
shapes defined there are based on Bezier curves rather
than as shapes like a circle/rect/etc, which is the case
for the offset. Now fixed.
2024-10-22 00:40:24 +09:00
..
jerryscript lottie: portability++ 2024-10-01 14:08:40 +09:00
rapidjson lottie/rapidjson: --assert 2024-09-30 12:42:10 +09:00
meson.build lottie: roundness refactored based on #2295 2024-09-30 16:44:21 +09:00
thorvg_lottie.h api: clean up 2024-09-30 16:44:22 +09:00
tvgLottieAnimation.cpp lottie: remove useless condition check. 2024-09-30 15:48:18 +09:00
tvgLottieBuilder.cpp lottie: multiply opacity to the fill alpha value, 2024-10-22 00:40:06 +09:00
tvgLottieBuilder.h lottie: support layer effect & gaussian blur 2024-09-30 16:44:22 +09:00
tvgLottieCommon.h lottie: code refactoring 2024-09-30 15:49:34 +09:00
tvgLottieExpressions.cpp lottie/expressions: ++coverage 2024-09-30 16:44:22 +09:00
tvgLottieExpressions.h lottie: add offsetPath support 2024-09-30 16:44:21 +09:00
tvgLottieInterpolator.cpp lottie: Renamed function names with prefix 2024-04-06 12:08:21 +09:00
tvgLottieInterpolator.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgLottieLoader.cpp lottie: release memory immediately after loading is complete. 2024-10-22 00:39:53 +09:00
tvgLottieLoader.h lottie: release memory immediately after loading is complete. 2024-10-22 00:39:53 +09:00
tvgLottieModel.cpp lottie: multiply opacity to the fill alpha value, 2024-10-22 00:40:06 +09:00
tvgLottieModel.h lottie: add support for mask expansion 2024-10-22 00:39:21 +09:00
tvgLottieModifier.cpp lottie: fix offset 2024-10-22 00:40:24 +09:00
tvgLottieModifier.h lottie: add support for mask expansion 2024-10-22 00:39:21 +09:00
tvgLottieParser.cpp lottie: add support for mask expansion 2024-10-22 00:39:21 +09:00
tvgLottieParser.h lottie: support layer effect & gaussian blur 2024-09-30 16:44:22 +09:00
tvgLottieParserHandler.cpp lottie: remove exception handling 2024-09-30 12:42:17 +09:00
tvgLottieParserHandler.h portability: removed a compiler waring 2024-04-06 12:08:23 +09:00
tvgLottieProperty.h lottie: support layer effect & gaussian blur 2024-09-30 16:44:22 +09:00
tvgLottieRenderPooler.h lottie: hotfix with an intermediate patch merge. 2024-09-30 15:37:32 +09:00