// Practice Exercise #1. jan 21 // Alex Dahlgren size( 500, 200 ); background( 666 ); fill( 0,666,2 ); rect( 100, 50, 250, 47 ); fill( 0,66,2 ); rect( 120, 80, 20, 47 ); rect( 2,2, 56,4 ); fill( 255,0,0); // Red ellipse( 200,1, 60,54 ); strokeWeight(25); rect( 200,1, 4,4); strokeWeight(10); stroke( 255,255, 4); line( 10,10, 300,300);