thorvg/src/loaders/lottie
Mira Grudzinska b8e4abd243 lottie: fix text update
The occurrence of a 'carriage return' (13) or 'end of text' (3)
caused the skipping of the next character check, immediately
searching for it in the list of available characters.
If the next character was also 13 or 3, it led to incorrect
interpretation; however, if it was the last character in the
sequence, a crash occurred.
2024-09-30 16:44:21 +09:00
..
jerryscript common: fix 178+ spelling errors 2024-09-30 12:41:38 +09:00
rapidjson lottie/rapidjson: --assert 2024-09-30 12:42:10 +09:00
meson.build lottie: code refactoring 2024-09-30 15:49:34 +09:00
thorvg_lottie.h renderer/picture: added a method to search for a paint object 2024-09-30 15:48:18 +09:00
tvgLottieAnimation.cpp lottie: remove useless condition check. 2024-09-30 15:48:18 +09:00
tvgLottieBuilder.cpp lottie: fix text update 2024-09-30 16:44:21 +09:00
tvgLottieBuilder.h lottie: code refactoring 2024-09-30 15:53:18 +09:00
tvgLottieCommon.h lottie: code refactoring 2024-09-30 15:49:34 +09:00
tvgLottieExpressions.cpp lottie/expressions: revised exception handlings 2024-09-30 15:49:26 +09:00
tvgLottieExpressions.h lottie/expressions: rectified fill color support 2024-09-30 15:49:44 +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: ensure a null terminator at the end of the copied data 2024-09-30 16:44:21 +09:00
tvgLottieLoader.h lottie: ++thread safety. 2024-09-30 12:57:08 +09:00
tvgLottieModel.cpp lottie: ++scene rendering optimization 2024-09-30 15:53:02 +09:00
tvgLottieModel.h lottie: ++scene rendering optimization 2024-09-30 15:53:02 +09:00
tvgLottieParser.cpp lottie: code refactoring 2024-09-30 15:49:34 +09:00
tvgLottieParser.h lottie: code refactoring 2024-09-30 15:38:00 +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: code refactoring 2024-09-30 15:49:34 +09:00
tvgLottieRenderPooler.h lottie: hotfix with an intermediate patch merge. 2024-09-30 15:37:32 +09:00