Skip to content

Instantly share code, notes, and snippets.

@Softwave
Created February 13, 2014 01:09
Show Gist options
  • Save Softwave/8967834 to your computer and use it in GitHub Desktop.
Save Softwave/8967834 to your computer and use it in GitHub Desktop.
test 2
size(1000,1000);
background(255);
strokeWeight(3);
stroke(20,21,24);
bezier(189,179,175,165,149,171,137,185);
bezier(137,185,102,230,153,266,196,248);
strokeWeight(1);
stroke(20,21,24);
bezier(180,173,183,174,185,179,189,179);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment