size(300,300); background(0); //smooth(); fill(255); stroke(127); strokeWeight(5); line(40,40,260,260); line(40,260,260,40); ellipse(150,150,120,150);