size(300,300); background(255,127,127); //smooth(); rectMode(CENTER); fill(127,127,255); stroke(127,255,127); strokeWeight(7); line(40,80,260,80); line(40,120,260,120); line(40,160,260,160); line(40,200,260,200); line(40,240,260,240); rect(150,150,120,210);