pixijs / gif

Plugin to support playback of animated GIF images in PixiJS.

Home Page:https://pixijs.io/gif/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GIF is partially rendered for some GIFs

AnnieCSerato opened this issue · comments

Getting the resource.animation and adding it to the canvas for some GIFs only renders a portion of the GIF.
giphy (1)

This renders on the canvas as
image

Analysing the GIF, the first frame has smaller dimensions than the overall GIF, which might be why
image

I have the same problem.