changed offset to center

This commit is contained in:
Eric Rowell
2014-01-04 23:56:33 -08:00
parent 7e2c6c97f8
commit fae1c538f3
8 changed files with 93 additions and 89 deletions

View File

@@ -82,7 +82,7 @@ suite('Rect', function(){
fill: 'green',
stroke: 'black',
strokeWidth: 4,
offset: {x: 50, y: 0},
center: {x: 50, y: 0},
scale: {x: 2, y: 2},
cornerRadius: 15,
draggable: true