// Patrick Gillen CST112 2012 Jan 25 // My first sketch size( 300, 200); background(255, 0, 0); fill( 0, 0, 255); text( "Hello, there!" , 15, 15); stroke( 0, 255, 0); fill( 255, 255, 0 ); rect( 20, 20, 30, 70); strokeWeight(6); stroke( 0, 255, 255); fill( 255, 127, 255); ellipse( 150, 150, 120, 90);