sot-tech / LottieConverter

Simple, dummy lottie converter
BSD 3-Clause "New" or "Revised" License
27 stars 4 forks source link

Wrong pngs result after convert #5

Open sergeymild opened 2 years ago

sergeymild commented 2 years ago

Hi, i have this animation, and i receiving wrong animation frames after convert lf20_zgslbsat.json.zip

sot-tech commented 2 years ago

Hello.

Unfortunately, this is not utility related problem, but used library (rlottie). Converter just uses frame provided by rlottie as is.

Maybe it's better to use Google skia. Skia web wrapper converted your animation very well, but it's too complex library for such small utility.