Jinny You
Jinny You
Somewhat, otf file cannot be loaded and used. Seems like the file data is wrongly loaded by JPG Loader?  

When an animation image is unreachable, the viewer currently shows nothing, whereas other Lottie players can display a default placeholder. Providing a placeholder would help users recognize that the image...
1. Load an animation 2. Switch backend engine 3. Export to png leads empty image
Replace existing base64 encoding pipeline with ThorVG's native asset resolver system. This eliminates unnecessary encoding/decoding overhead and reduces memory usage when processing dotLottie image assets. ## Asset Test Results ###...
## Coverage Result - `51.3%` -> `83.9%` (`32.6%++`) ## New Test Cases - Lottie Asset Resolver: Image/font resource resolution - Lottie Quality: Quality setting tests - Lottie Tween: Tween animation...
see: https://github.com/thorvg/thorvg.web/pull/172
This patch enables slot overriding for custom effects (LottieFxCustom). Allowing Lottie animations to dynamically override effect properties for Custom effect through the slot system, providing runtime customization of visual effects....