From 4c1b5cc730113517896d9ffda76dc81d1845e657 Mon Sep 17 00:00:00 2001 From: Ajla Bock <32345037+ajlabock@users.noreply.github.com> Date: Tue, 3 Oct 2017 19:16:56 -0600 Subject: [PATCH] Create 2017-10-02-a-face.html --- 2017-10-02-a-face.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 2017-10-02-a-face.html diff --git a/2017-10-02-a-face.html b/2017-10-02-a-face.html new file mode 100644 index 0000000..43ca2ec --- /dev/null +++ b/2017-10-02-a-face.html @@ -0,0 +1,7 @@ +fill(255, 255, 0); +ellipse(212, 206, 283, 318); +fill(255, 0, 132); +ellipse(212, 250, 100, 73); +fill(20, 11, 11); +ellipse(150, 150, 30, 30); +ellipse(278, 150, 30, 30);