Skip to content

Instantly share code, notes, and snippets.

@koenbok
Last active December 28, 2016 11:05
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 koenbok/79506e61f0be72a71cb2c26a0b3ebbb3 to your computer and use it in GitHub Desktop.
Save koenbok/79506e61f0be72a71cb2c26a0b3ebbb3 to your computer and use it in GitHub Desktop.
# Make sure Raphael.js is included in the html file
layer = new CanvasLayer
paper = new Raphael(layer.svg)
text = paper.text(70, 40, "Lorem Ipsum!")
text.attr({"font-size": 20, "fill": "orange"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment