var mouseDragged = function() { noFill(); fill(random(255), random(255), random(255)); strokeWeight(23); ellipseMode(CORNER); stroke(0, random(10, 21), random(192, 250)); arc(0, 0, mouseX, mouseY, 0, mouseY); arc(0, 0, mouseY, mouseX, 0, mouseX); };