Skip to content

Instantly share code, notes, and snippets.

@bogoreh
Created March 12, 2021 12:51
Show Gist options
  • Save bogoreh/dd42fb35b4fd80e82d26f7b3cbfc1e54 to your computer and use it in GitHub Desktop.
Save bogoreh/dd42fb35b4fd80e82d26f7b3cbfc1e54 to your computer and use it in GitHub Desktop.
background(150, 22,224);
fill(172, 145, 235);
ellipse(200, 200, 100, 108);
fill(70, 3, 255);
ellipse(200, 116, 100, 100);
line(160, 19, 170, 79);
line(160, 19, 190, 69);
line(200, 19, 190, 69);
line(200, 19, 210, 69);
fill(17, 222, 154);
ellipse(180, 110, 11, 50);
ellipse(220, 110, 11, 50);
ellipse(200, 140, 25, 20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment