function setup() { createCanvas(700, 700); strokeWeight(7); } function draw() { noFill(); stroke(random(255, 255), random(0, 255), random(0, 255)); ellipse(random(0, 300), random(300, 300), random(50, 150)); }
© 2024 株式会社INERTIA All Rights Reserved.