Skip to content

Instantly share code, notes, and snippets.

@roundrobin
Created December 9, 2012 08:17
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/4243860 to your computer and use it in GitHub Desktop.
Save roundrobin/4243860 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.47764482243319295,"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','#233647')
.attr('transform','matrix('+(0.57005)+', '+(0.00823)+', '+(0.96)+', '+(1.48627)+', '+(-24)+', '+(2)+')')
.attr('rotate','10 20 10 20')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment