Skip to content

Instantly share code, notes, and snippets.

@renaehodgkins
Created August 3, 2012 14:55
Show Gist options
  • Save renaehodgkins/3248382 to your computer and use it in GitHub Desktop.
Save renaehodgkins/3248382 to your computer and use it in GitHub Desktop.
var rect = paper.rect(0, 0, 50, 50); // creat a rect with position and size, the coorrdinates are relative to the container
rect.attr({fill: '#333'}); // set the background color of the rect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment