Created
September 3, 2011 02:49
-
-
Save stesla/1190460 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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