Skip to content

Instantly share code, notes, and snippets.

@roundrobin
Created January 28, 2013 18:52
Show Gist options
  • Save roundrobin/4658039 to your computer and use it in GitHub Desktop.
Save roundrobin/4658039 to your computer and use it in GitHub Desktop.
Rough texture

[ Launch: Pattern grid - dot mix ] 4658039 by roundrobin
[ Launch: Pattern grid - 2 ] 4657687 by roundrobin
[ Launch: Pattern grid - stripes ] 4657513 by roundrobin
[ Launch: Pattern grid - wave ] 4647105 by roundrobin
[ Launch: Pattern grid - elector ] 4647086 by roundrobin
[ Launch: Pattern grid - elector ] 4647080 by roundrobin
[ Launch: Pattern grid - 50-50 circles ] 4647076 by roundrobin
[ Launch: Pattern grid - double quater circles ] 4647019 by roundrobin
[ Launch: Pattern grid - double quater circles ] 4646988 by roundrobin
[ Launch: Pattern grid - quater circles ] 4646984 by roundrobin
[ Launch: Pattern grid - 70ies circles ] 4646978 by roundrobin
[ Launch: Pattern grid - cross ] 4646975 by roundrobin
[ Launch: Pattern grid - hash ] 4646958 by roundrobin
[ Launch: Pattern grid - hash ] 4646953 by roundrobin
[ Launch: Tributary inlet ] 4646912 by roundrobin

{"description":"Rough texture","endpoint":"","display":"svg","public":true,"require":[],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"_.md":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"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,"fullscreen":false,"thumbnail":"http://i.imgur.com/gPz8DAX.png"}
var font=134;
g.append('svg:text')
.text(function(d,i){ return "abcdefghjklmn";})
.attr("fill", "#000000")
.attr("x", 0)
.attr("y", 265)
.attr("font-size", font)
.attr("font-family", "Thirsty Rough Textures")
.attr("text-anchor", "start");
g.append('svg:text')
.text(function(d,i){ return "opqrs";})
.attr("fill", "#000000")
.attr("x", 0)
.attr("y", 385)
.attr("font-size", font)
.attr("font-family", "Thirsty Rough Textures")
.attr("text-anchor", "start");
g.append('svg:text')
.text(function(d,i){ return "tuvwxyz";})
.attr("fill", "#000000")
.attr("x", 0)
.attr("y", 476)
.attr("font-size", font)
.attr("font-family", "Thirsty Rough Textures")
.attr("text-anchor", "start");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment