var x; function setup(){ createCanvas(500,500); testSize(30); x=10; strokeWeight(10); } function draw(){ background('blue'); fill(30,200,255) ellipse(200,100,100,200); fill(255,200,30) stroke(250,0,0) ellipse(150,150,100,200);