Skip to content

Instantly share code, notes, and snippets.

@roundrobin
Created July 23, 2012 02:22
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/3161700 to your computer and use it in GitHub Desktop.
Save roundrobin/3161700 to your computer and use it in GitHub Desktop.
just another inlet to tributary
var a = 50;
var b = 56;
var c = 0;
var d = 1;
var e = 1;
var f = 148;
var g1 = 192;
var curve = 'M 700 200 a '+a+' '+b+' '+c+' '+d+' '+e+' '+f+' '+g1;
console.log(curve)
g.append('path')
.attr('stroke','red')
.attr('stroke-width','2')
.attr('fill',"none")
.attr('id','path')
.attr('fill-opacity','0.5')
.attr('id','pathWay')
.attr('d',curve)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment