Skip to content

Instantly share code, notes, and snippets.

@roundrobin
Created December 9, 2012 08:09
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/4243852 to your computer and use it in GitHub Desktop.
Save roundrobin/4243852 to your computer and use it in GitHub Desktop.
Tributary
{"description":"Tributary","endpoint":"","display":"svg","public":true,"require":[],"fileconfigs":{"_.md":{"default":true,"vim":false,"emacs":false,"fontSize":12},"background.svg":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12},"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"tab":"edit","display_percent":0.48701982243319314,"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,"hidepanel":false}
var svg = d3.select('svg')
svg.append('text')
.attr('font-size',200)
.attr('font-family','Mission Script')
.text('Tributary')
.attr('y',200)
.attr('fill','#309AFF')
.attr('transform','matrix('+1+', '+(0)+', '+(1)+', '+(1.2)+', '+(0)+', '+0+')')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment