Skip to content

Instantly share code, notes, and snippets.

@roundrobin
Created July 12, 2012 04:27
Show Gist options
  • Save roundrobin/3095718 to your computer and use it in GitHub Desktop.
Save roundrobin/3095718 to your computer and use it in GitHub Desktop.
just another inlet to tributary
var r = 91
g.append('path')
.attr('d','M 100 210 a '+r+' '+r+' 0 1 0 0.0001 0')
.attr('stroke-width',11.56)
.attr('stroke','black')
.attr('fill','none')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment