// Practice exercise #1 Jan 21 // Nancy A. Aparicio size( 500, 300 ); background( 150, 0, 50, 20 ); fill( 10, 5, 250 ); rect( 150, 80, 350, 90 ); strokeWeight( 5 ); fill( 50, 250, 200 ); rect( 100, 20, 80, 500 ); fill( 150, 250, 50 ); // Red ellipse( 289, 200, 60, 150); rect( 50, 50, 100, 40 ); stroke( 100, 300, 50); line( 10, 20, 400, 500);