Skip to content

Instantly share code, notes, and snippets.

@MortytKane
Created February 11, 2020 01:46
Show Gist options
  • Save MortytKane/a17d70fa234cf7f0679e4eb2b0b47080 to your computer and use it in GitHub Desktop.
Save MortytKane/a17d70fa234cf7f0679e4eb2b0b47080 to your computer and use it in GitHub Desktop.
size(700, 700) ;
background(#D1FFFF) ;
fill(#FFFFFF) ;
noStroke() ;
circle(56, 60, 55);
circle(56, 46, 55);
ellipse(56, 46, 55,80);
circle(56, 46, 55);
circle(100, 300, 55);
circle(56, 46, 55);
ellipse(100, 300, 100,80);
circle(56, 46, 55);
stroke(153) ;
fill(#FABD4C) ;
triangle(230, 210, 90, 40, 86, 60);
ellipse (220, 210, 200, 100) ;
triangle(220, 210, 80, 20, 86, 75);
circle (100, 200, 90) ;
triangle(220, 210, 58, 20, 86, 75);
fill(#0F0F0F) ;
triangle(290, 290, 801, 301, 301, 201);
fill(#0F0F0F) ;
circle(110, 200, 20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment