Skip to content

Instantly share code, notes, and snippets.

@stesla
Created September 3, 2011 02:49
Show Gist options
  • Select an option

  • Save stesla/1190460 to your computer and use it in GitHub Desktop.

Select an option

Save stesla/1190460 to your computer and use it in GitHub Desktop.
var paper = Raphael("text", 785, 200);
var attr = {
fill: "purple",
font: "80px Helvetica, Arial",
"text-anchor": "start"
};
paper.text(35, 120, "SVG is great for text!").attr(attr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment