xxxxxxxxxx
// created row by row from left to right //
// doesn't show up on openprocessing //
size (1117, 705);
stroke (#343537);
strokeWeight (8);
// white blocks //
rect (1, 1, 150, 75);
rect (150, 1, 230, 75);
// first yellow //
fill (#fae317);
rect (380, 1, 175, 75);
//first blue
fill (#0d7fbe);
rect (555, 1, 180, 145);
// 2nd yellow //
fill (#fae317);
rect (737, 1, 73, 75);
// first black //
fill (0,0,0);
rect (810, 1, 73, 75);
// white blocks //
fill (#f3f3f3);
rect (883, 1, 230, 75);
//white block left side low //
rect (1, 77, 100, 140);
// first red block //
fill (#f50f0f);
rect (101, 77, 279, 275);
//white block //
fill (#f3f3f3);
rect (1, 217, 100, 200);
// 3rd Yellow //
fill (#fae317);
rect (380, 75, 175, 140);
// 2nd red block //
fill (#f50f0f);
rect (555, 148, 180, 137);
// 4rd Yellow //
fill (#fae317);
rect (737, 75, 146, 75);
// 2nd black block)
fill (0,0,0);
rect (737, 150, 146, 75);
// white block //
fill (#f3f3f3);
rect (737, 225, 146, 65);
rect (737, 290, 146, 62);
rect (884, 75, 150, 150);
rect (555, 290, 180, 62);
// 3rd black //
fill (0,0,0);
rect (884, 225, 143, 127);
// 5th yellow //
fill (#fae317);
rect (1030, 75, 83, 223);
// white blocks //
fill (#f3f3f3);
rect (380, 215, 87, 137);
rect (467, 215, 87, 137);
//white right side //
rect (1030, 298, 83, 223);
// 6th yellow //
fill (#fae317);
rect (1, 420, 100, 223);
// 4th black //
fill (0,0,0);
rect (101, 352, 150, 150);
// white blocks next to 4th black //
fill (#f3f3f3);
rect (252, 353, 128, 72);
rect (252, 430, 128, 72);
rect (380, 352, 175, 75);
rect (556, 354, 90, 135);
rect (649, 354, 87, 135);
// 2nd blue block //
fill (#0d7fbe);
rect (738, 353, 290, 275);
// white block //
fill (#f3f3f3);
rect (103, 505, 147, 138);
// 5th black //
fill (0,0,0);
rect (252, 504, 128.5, 72);
// 3rd blue block //
fill (#0d7fbe);
rect (380, 429, 175, 147);
// 7th yellow block //
fill (#fae317);
rect (555, 490, 182, 138);
// white block next to blue //
fill (#f3f3f3);
rect (1030, 490, 83, 138);
// bottom left white block //
fill (#f3f3f3);
rect (1, 645, 249, 57);
// bottom yellow //
fill (#fae317);
rect (252, 576, 63, 127);
// white block //
fill (#f3f3f3);
rect (320, 576, 60, 127);
// 3rd red block //
fill (#f50f0f);
rect (380, 575, 175, 128);
// white block after 3rd red //
fill (#f3f3f3);
rect (555, 630, 93, 72.5);
// black next to bottom 2nd white //
fill (0,0,0);
rect (648, 630, 89.5, 72.5);
// bottom 4th and 5th white //
fill (#f3f3f3);
rect (739.5, 630, 230, 72.5);
rect (970, 630, 143, 72.5);