Skip to content

Instantly share code, notes, and snippets.

@roundrobin
Created July 12, 2012 04:31
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/3095731 to your computer and use it in GitHub Desktop.
Save roundrobin/3095731 to your computer and use it in GitHub Desktop.
just another inlet to tributary
var r = 153
g.append('path')
.attr('d','M 100 210 a '+r+' '+r+' 0 1 0 '+358+' 1 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