You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied an old project that used to work. It is a 600 by 600 canvas. However, I saw that the pixel colors were only being set for only some of the canvas.
I logged the length of the pixels array to the console, but it is four times as long as expected. Since I haven't touched the code in a while, I am not sure if its a bug or if the pixels array works differently now.
The text was updated successfully, but these errors were encountered:
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you!
Most appropriate sub-area of p5.js?
p5.js version
1.11.2
Web browser and version
131.0.6778.140 (Official Build) (64-bit) (cohort: Stable)
Operating system
Windows
Steps to reproduce this
https://editor.p5js.org/emeraldblackbird/sketches/irR-EG-mG
I copied an old project that used to work. It is a 600 by 600 canvas. However, I saw that the pixel colors were only being set for only some of the canvas.
I logged the length of the
pixels
array to the console, but it is four times as long as expected. Since I haven't touched the code in a while, I am not sure if its a bug or if thepixels
array works differently now.The text was updated successfully, but these errors were encountered: