-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
BugError or unexpected behaviorsError or unexpected behaviorsNeeds DiscussionRequires further conversation or consensusRequires further conversation or consensus
Description
p5.js version
No response
What is your operating system?
Windows
Web browser and version
No response
Actual Behavior
I had a very long code saved, but every time I try to go back to the code, the website says unresponsive. I've tried starting a new one with the same code but it sill doesn't work. Even when I paste only half the code, it still says unresponsive.
Expected Behavior
It's not suppose to say unresponsive.
Steps to reproduce
function setup() {
createCanvas(600, 600);
}
function draw()
background("#5A39A3");
// for loop
for (let i = 0; i < 600; i+20) {
console.log("change in i value", i)
}
// arcs
fill("#562174")
strokeWeight(8)
stroke("teal")
arc(0,0,600,600,0,90)
fill("teal")
noStroke()
arc(width,height,600,600,179,270)
// mic
fill("black")
noStroke()
rect(10,120,180,43,12)
fill("rgb(138,138,138)")
circle(200,140,66)
fill("rgb(90,90,90)")
rect(160,120,15,43)
Metadata
Metadata
Assignees
Labels
BugError or unexpected behaviorsError or unexpected behaviorsNeeds DiscussionRequires further conversation or consensusRequires further conversation or consensus