xxxxxxxxxx
75
//Coca Cola on my desk
function setup() {
createCanvas(400, 400);
}
function draw() {
background(255);
stroke(0);
fill(30);
rect(140, 240, 120, 180, 30);
stroke(0);
fill(40);
rect(180, 160, 050, 120);
stroke(0);
fill(20);
rect(080, 080, 240, 140);
stroke(0)
fill(80);
rect(100, 090, 200, 120);
stroke(0)
fill(168, 125, 88);
rect(0, 250, 1000, 203);
//Green Pad
stroke(0)
fill(56, 184, 88);
rect(30, 270, 300, 120);
//Coca Cola TOP
noStroke()
scale(1.3)
fill(242, 23, 23);
ellipse(100, 224, 63, 52);
//Coca Cola BODY
noStroke()
fill(242, 23, 23);
rect(69, 121, 63, 103);
//Coca Cola BOT
fill(200);
ellipse(100, 124, 63, 52);
fill(040);
ellipse(300, 334, 42, 27);
fill(240);
ellipse(100, 134, 42, 27);
noStroke()
fill(225);
rect(69, 161, 63, 23);
fill(030);
ellipse(200, 334, 47, 27);
stroke(0)
fill(225, 136, 127);
rect(263, 255, 8, 073);
stroke(0)
fill(150, 148, 127);
rect(263, 240, 8, 073);
stroke(0);
fill(236, 224, 49);
rect(263, 230, 8, 073);
stroke(0);
scale(1);
fill(232);
rect(170, 210, 090, 113);
}