thorvg/src/loaders/lottie
Hermet Park 7a0c12ed8b api: Introduced Paint::clip() API
Separate clip function from the Composite()
clipping and composition can be used together.

This helps avoid the introduction of nested scenes
when composition and clipping overlap.

Deprecated:
- enum class CompositeMethod::ClipPath
- enum Tvg_Composite_Method::TVG_COMPOSITE_METHOD_CLIP_PATH

Experimental API:
- Result Paint::clip(std::unique_ptr<Paint> clipper)
- Tvg_Result tvg_paint_set_clip(Tvg_Paint* paint, Tvg_Paint* clipper)

Issue: https://github.com/thorvg/thorvg/issues/1496
2024-09-30 16:44:22 +09:00
..
jerryscript lottie/jerryscript: ++build reliance 2024-09-30 16:44:21 +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 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 api: Introduced Paint::clip() API 2024-09-30 16:44:22 +09:00
tvgLottieBuilder.h lottie: add offsetPath support 2024-09-30 16:44:21 +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: 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/text: applied Text Range randomization. 2024-09-30 16:44:22 +09:00
tvgLottieModel.h lottie/text: applied Text Range randomization. 2024-09-30 16:44:22 +09:00
tvgLottieModifier.cpp lottie: add offsetPath support 2024-09-30 16:44:21 +09:00
tvgLottieModifier.h lottie: add offsetPath support 2024-09-30 16:44:21 +09:00
tvgLottieParser.cpp lottie/text: hotfix for parsing text range issue 2024-09-30 16:44:22 +09:00
tvgLottieParser.h renderer: blending refactoring++ 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/expressions: Improve safety 2024-09-30 16:44:21 +09:00
tvgLottieRenderPooler.h lottie: hotfix with an intermediate patch merge. 2024-09-30 15:37:32 +09:00