Skip to content

Instantly share code, notes, and snippets.

@roundrobin
Created June 25, 2012 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roundrobin/2991567 to your computer and use it in GitHub Desktop.
Save roundrobin/2991567 to your computer and use it in GitHub Desktop.
just another inlet to tributary
var path = 'M200,400'
path += 'Q'+192+',200 200,'+42;
path += 'Q'+195+',100 100,100';
path += 'Q'+34+','+107+' 30,200 ';
path += 'Q'+38+','+250+' 70,200 ';
path += 'Q'+85+','+78+' '+125+','+115;
path += 'Q'+145+','+133+' '+166+','+128+' L150,400Z';
g.append('path').attr('d',path)
.attr('fill','none')
.attr('stroke','black')
.attr('stroke-width','3')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment