Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox doesn't render gifs properly when fill mode is on #42

Open
mattandrews opened this issue Oct 5, 2015 · 1 comment
Open

Firefox doesn't render gifs properly when fill mode is on #42

mattandrews opened this issue Oct 5, 2015 · 1 comment

Comments

@mattandrews
Copy link

It looks to me like this line is the offending one – this.element.style.webkitTransform should probably be this.element.style.transform, right? If I copy the calculated scale value from Chrome and manually apply it in Firefox it works.

Incidentally, when I've been playing with this (eg. a grid of 8 complex gifs), Firefox miscalculates the scale by around a factor of 10, but only occasionally. This is probably my implementation rather than x-gif itself, but thought it was worth noting.

@mattandrews
Copy link
Author

... so it turns out @itsananderson already identified (and fixed!) this over a year ago in #25 – is there a reason it's not been merged or should I just switch to his fork?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant