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
Change the rect mode to something non-default, e.g. CORNERS
Apply a filter, such as filter(BLUR, 10)
The resulting image is offset and scaled.
Note that in addition to fixing this, we should include new tests, since this area of the code is clearly pretty brittle to these environment changes, and it's infeasible to test them all manually.
Snippet:
functionsetup(){createCanvas(400,400,WEBGL)}functiondraw(){background(220)circle(0,0,100)// Comment this out to fixrectMode(CORNERS)filter(BLUR,10)}
Most appropriate sub-area of p5.js?
p5.js version
1.9.0
Web browser and version
Firefox 117
Operating System
MacOS 14
Steps to reproduce this
Steps:
CORNERS
filter(BLUR, 10)
The resulting image is offset and scaled.
Note that in addition to fixing this, we should include new tests, since this area of the code is clearly pretty brittle to these environment changes, and it's infeasible to test them all manually.
Snippet:
https://editor.p5js.org/davepagurek/sketches/OFRDKVzm_
The text was updated successfully, but these errors were encountered: