-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
BugError or unexpected behaviorsError or unexpected behaviorsPriority:MediumModerately important, should be completed in a fair timeframeModerately important, should be completed in a fair timeframeType:TaskTasks tied specifically to developer operations and maintenanceTasks tied specifically to developer operations and maintenance
Description
p5.js version
1.9.4
What is your operating system?
Windows
Web browser and version
Chrome 126.0.6478.127
Actual Behavior
Printing a p5.Image object breaks the console.
Expected Behavior
p5.Image should be printable.
Steps to reproduce
Steps:
- Copy the following code in a sketch
- Running the code prints nothing on the console
- Commenting out the third line prints "Hi".
Snippet:
let img = createImage(20, 20);
console.log("Hi");
console.log(img);imbdb
Metadata
Metadata
Assignees
Labels
BugError or unexpected behaviorsError or unexpected behaviorsPriority:MediumModerately important, should be completed in a fair timeframeModerately important, should be completed in a fair timeframeType:TaskTasks tied specifically to developer operations and maintenanceTasks tied specifically to developer operations and maintenance