var draw = function() { noStroke(); fill(0, 0, 25); ellipse(200, 200, 200, 200); textSize(150); fill(); text("f", 180, 280); };