Skip to content

Instantly share code, notes, and snippets.

@bogoreh
Created March 6, 2021 11:37
Show Gist options
  • Select an option

  • Save bogoreh/9e9638753ae7a558a25b7667e2f2e745 to your computer and use it in GitHub Desktop.

Select an option

Save bogoreh/9e9638753ae7a558a25b7667e2f2e745 to your computer and use it in GitHub Desktop.
rect(5,200,400,200);
ellipse(200, 300, 150, 150);
ellipse(200, 200, 100, 100);
ellipse(200, 120, 75, 75);
line(160,200,50,50);
line(240,200,50,150);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment