Problem with gif with transparent background
Your gif is disposal = 3 that means it needs previous image as it renders incrementally. The problem is the image is with black background and not white … Here are the disposals possible: When I render it with my decoder it looks like this: [![capture][1]][1] So there are 2 possible things at play here: … Read more