Fix rotation transformations outside of push/pop applying to main canvas in WebGPU by davepagurek · Pull Request #8423 · processing/p5.js
Navigation Menu
{{ message }}
processing / p5.js Public
- Notifications You must be signed in to change notification settings
- Fork 3.7k
Merged
Fix rotation transformations outside of push/pop applying to main canvas in WebGPU#8423
davepagurek merged 1 commit intodev-2.0from
Fix rotation transformations outside of push/pop applying to main canvas in WebGPU#8423
davepagurek merged 1 commit intodev-2.0from
Conversation
Copy link
Contributor
davepagurek
commented
Jan 17, 2026
davepagurek
commented
Resolves the transformation issue in #8419 (comment)
Changes:
- Adds a
resetMatrix()before drawing to the main canvas - Adds a visual test
Screenshots of the change
PR Checklist
-
npm run lintpasses - Inline reference is included / updated
- Unit tests are included / updated
davepagurek
mentioned this pull request
17 tasks
davepagurek
deleted the
fix/webgpu-rotation
branch
ksen0
added this to the
2.2 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

