size(400, 400); background(0); stroke(255); line(200, 0, 200, 400); line(0, 200, 400, 200); rect(200, 200, 400, 400);