Skip to content

Instantly share code, notes, and snippets.

@roundrobin
Created August 13, 2012 04:26
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/3336970 to your computer and use it in GitHub Desktop.
Save roundrobin/3336970 to your computer and use it in GitHub Desktop.
just another inlet to tributary
{"editor_editor":{"coffee":false,"vim":false,"emacs":false,"width":897,"height":409,"hide":false}}
g.append('path')
.attr("stroke","black")
.attr("stroke-width",3)
.attr("fill","none")
.attr("d","M0,0 L200,200 L0,200Z")
.attr('transform','translate(100,100)');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment