function setup() { createCanvas(400, 400); } function draw() { background(254,0,254); ellipse(200,295,190,200); }