mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-20 06:52:03 +00:00
![]() 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(). |
||
---|---|---|
.. | ||
meson.build | ||
tvgWasmLottieAnimation.cpp |