Space Through Overlapping Line

processing, form, Law of Space
Fabian Morón Zirfas

if elements overlap the create depth.

size(500, 500);
background(255);
line(40, 400, 150, 250);
line(20, 250, 200, 300);
line(170, 300, 190, 200);
saveFrame("out.png");