Skip to content

Instantly share code, notes, and snippets.

@saurabh7705
Created March 2, 2012 14:03
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 saurabh7705/1958556 to your computer and use it in GitHub Desktop.
Save saurabh7705/1958556 to your computer and use it in GitHub Desktop.
// Creates canvas 640 × 480 at 10, 50
var r = Raphael(10, 50, 640, 480); //OR
var r=Raphael(“holder”); //holder is name of div
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment