[p5.js 2.0 Beta Bug Report]: p5.Image.copy
throws ReferenceError: fn is not defined
in p5.js v2 beta 5
#7659
Labels
p5.Image.copy
throws ReferenceError: fn is not defined
in p5.js v2 beta 5
#7659
Most appropriate sub-area of p5.js?
p5.js version
beta5
Web browser and version
Firefox 136.0.2
Operating system
Linux
Steps to reproduce this
Description:
Calling
image.copy(src, ...)
on an image orp5.Graphics
source throws:This did not happen in p5.js v1.x and appears to be a regression introduced in v2 betas.
Steps to Reproduce:
Error:
Expected Behavior:
Image should copy content from
src
without throwing.The text was updated successfully, but these errors were encountered: