size( 100, 100); //canvas// stroke( 0); background( 255); stroke( 0); fill( 0); rect( 0, 0, 50, 50); stroke( 0); fill( 165); rect( 50, 50, 50, 50);