Skip to content

Instantly share code, notes, and snippets.

@marcuswestin
Created May 17, 2011 03:25
Show Gist options
  • Save marcuswestin/975868 to your computer and use it in GitHub Desktop.
Save marcuswestin/975868 to your computer and use it in GitHub Desktop.
var raphael = require('raphael')
var paper = raphael(100, 100, 200, 200),
circle = paper.circle(100, 100, 100)
circle.attr("fill", "#f00")
circle.attr("stroke", "#fff")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment