Skip to content

Instantly share code, notes, and snippets.

@stesla
Created September 2, 2011 21:08
Show Gist options
  • Save stesla/1189925 to your computer and use it in GitHub Desktop.
Save stesla/1189925 to your computer and use it in GitHub Desktop.
var paper = Raphael("shapes", 785, 200);
paper.rect(68, 0, 300, 200)
.attr("stroke-width", "1px");
paper.circle(68+150, 100, 75)
.attr("fill", "red").attr("stroke", "white");
paper.ellipse(600, 100, 100, 50)
.attr("fill", "#aaa").attr("stroke-width", "5px");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment