From 8adbc65d541d1b370e1f25182328c3debc65a76d Mon Sep 17 00:00:00 2001 From: Adis Bock <32345012+adisbock@users.noreply.github.com> Date: Sun, 29 Oct 2017 08:31:54 -0600 Subject: [PATCH] Create fish.js --- _posts/fish.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _posts/fish.js diff --git a/_posts/fish.js b/_posts/fish.js new file mode 100644 index 0000000..bf02508 --- /dev/null +++ b/_posts/fish.js @@ -0,0 +1,21 @@ +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); +arc(215,269,605,93,73,111); + +fill(207, 227, 204); +bezier(229,103,503,276,404,-23,247,175);