From 6bcb6dd4fa250676758ca672f62f5968af8ac7ba Mon Sep 17 00:00:00 2001 From: Adis Bock <32345012+adisbock@users.noreply.github.com> Date: Tue, 3 Oct 2017 18:31:08 -0600 Subject: [PATCH] Create 2017-10-03-first-drawing.html --- _posts/2017-10-03-first-drawing.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _posts/2017-10-03-first-drawing.html diff --git a/_posts/2017-10-03-first-drawing.html b/_posts/2017-10-03-first-drawing.html new file mode 100644 index 0000000..f2bdc73 --- /dev/null +++ b/_posts/2017-10-03-first-drawing.html @@ -0,0 +1,20 @@ +background(186, 145, 20); // wooden table +fill(96, 161, 240); +ellipse(200, 200, 350, 350); // plate +fill(235, 226, 226); +ellipse(200, 200, 300, 300); + +// Chicken leg +fill(255, 255, 255); +stroke(148, 37, 37); +strokeWeight(4); +rotate(45); +rect(171, -12, 100, 23, 20); + +fill(236, 245, 166); +stroke(0, 0, 0); +rotate(-45); +ellipse(100,100,100,100); +stroke(17, 38, 235,100); +fill(191, 224, 218); +ellipse(353,100,100,93);