/* built with Studio Sketchpad: * https://sketchpad.cc * * observe the evolution of this sketch: * https://spagnuolo.sketchpad.cc/sp/pad/view/ro.Ik07vTnzT0U/rev.2973 * * authors: * Molly Chadwick * license (unless otherwise specified): * creative commons attribution-share alike 3.0 license. * https://creativecommons.org/licenses/by-sa/3.0/ */ // Name: Molly Chadwick // Date: 22/3/2016 // Title: Assesmet 2 size(500,500); background(255,255,255); //lots of rectngles fill(350,100,200); rect(200,5,110,110); fill(200,30,30); rect(320,5,200,150); strokeWeight(15); fill(200,240,240); rect(200,400,110,110); fill(250,255,0); strokeWeight(5); rect(450,90,70,200); fill(200,100,255); rect(10,200,100,290); fill(10,150,230); strokeWeight(8); rect(100,100,110,110); fill(100,255,200); strokeWeight(4); rect(300,300,110,80); fill(200,250,255); strokeWeight(6); rect(210,210,90,119); fill(150,60,100); strokeWeight(2); rect(400,400,250,110); fill(210,160,90); strokeWeight(5); rect(150,150,100,250); fill(130,250,244); strokeWeight(10); rect(450,300,90,100); fill(30,90,240); strokeWeight(1); rect(350,50,110,110); fill(10,255,0); strokeWeight(10); rect(80,300,90,140); fill(240,200,0) strokeWeight(12); rect(10,10,110,90); fill(240,255,255); strokeWeight(3); rect(290,90,60,100); fill(20,100,30); strokeWeight(7); rect(60,90,50,60); fill(30,209,80); strokeWeight(14); rect(300,170,90,80); fill(200,260,250) strokeWeight(9); rect(100,30,80); fill(20,200,230); strokeWeight(15); rect(70,80,90,80);