Skip to content

Instantly share code, notes, and snippets.

@valbeat
Created January 15, 2015 08:27
Show Gist options
  • Save valbeat/241e7c0cbaa515d55a4e to your computer and use it in GitHub Desktop.
Save valbeat/241e7c0cbaa515d55a4e to your computer and use it in GitHub Desktop.
class Text extends Visualizer
type: 'text'
constructor: ->
@dom.attr
fill: '#000'
text: (content) ->
@dom.text(content)
module.exports = Text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment