lottie-flutter icon indicating copy to clipboard operation
lottie-flutter copied to clipboard

bug:weird pixel in animation

Open diegogarciar opened this issue 2 years ago • 3 comments

Hello, I am loading a local file and I found that there's a weird pixel in my animation.

Simulator Screen Shot - iPhone 12 Pro Max - 2021-08-05 at 15 06 58

I loaded the same file into this webpage and the animation is fine:

switch_progress_sharp.json.zip

diegogarciar avatar Aug 06 '21 15:08 diegogarciar

Heres the code I'm using

Lottie.asset(
        "/assets/lottie/switch_progress_sharp.json",
        width: 100,
        height: 100,
      ),

diegogarciar avatar Aug 09 '21 18:08 diegogarciar

Do you have any update on this?

alberto-sf avatar Aug 25 '21 15:08 alberto-sf

I have encountered the same type of issue

TheBarn avatar Dec 21 '21 21:12 TheBarn