thorvg/src/bindings/wasm
Hermet Park d37ed535d1 wasm: update the gif conversion function
re-implement the gif conversion function with the correct approach.
The input data is not reusable as it undergoes modifications during parsing.

To address this, the function now creates a backup of the original data for use in GIF conversion.

This also resolves issues where the GIF viewport was incorrectly matched.

This implementation may be revisited upon
the availability of Animation::duplicate().
2024-04-05 01:10:39 +09:00
..
meson.build wasm: Revise the wasm binding for lottie-player 2023-12-20 15:45:14 +09:00
tvgWasmLottieAnimation.cpp wasm: update the gif conversion function 2024-04-05 01:10:39 +09:00