Skip to content

Instantly share code, notes, and snippets.

@zellyn
Created October 10, 2012 18:03
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 zellyn/3867227 to your computer and use it in GitHub Desktop.
Save zellyn/3867227 to your computer and use it in GitHub Desktop.
just another inlet to tributary
{"endpoint":"","public":true,"require":[],"tab":"edit","display_percent":0.7,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"period","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"display":"svg"}
var svg = d3.select("svg")
.append("circle")
.attr({
cx: 100,
cy: 100,
r: 80,
});
circle {
stroke: green;
fill: lightblue;
stroke-width: 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment