Created
August 3, 2012 14:55
-
-
Save renaehodgkins/3248382 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 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