Fix gifs in WebGL mode by davepagurek · Pull Request #8472 · processing/p5.js
Navigation Menu
{{ message }}
processing / p5.js Public
- Notifications You must be signed in to change notification settings
- Fork 3.7k
Merged
Conversation
Copy link
Contributor
davepagurek
commented
Jan 30, 2026
davepagurek
commented
Resolves #8468
Changes:
- Fixes references to
thiswherethisno longer exists because a method was refactored into a function - Fixes an issue where early returns caused
_animateGifto not be called. Moved it to a spot where it definitely will always get called.
Live : https://editor.p5js.org/davepagurek/sketches/_y73dd94b
PR Checklist
-
npm run lintpasses - Inline reference is included / updated
- Unit tests are included / updated
davepagurek added 3 commits
January 29, 2026 16:45
davepagurek
deleted the
fix/webgl-gifs
branch
ksen0
added this to p5.js 2.x 🌱🌳
github-project-automation
bot
moved this to Completed
in p5.js 2.x 🌱🌳
ksen0
added this to the
2.3 milestone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
