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

@@ -14,7 +14,7 @@ suite('RegularPolygon', function() {
stroke: 'blue',
strokeWidth: 5,
name: 'foobar',
offset: {
center: {
x: 0,
y: -50
}

View File

@@ -15,7 +15,7 @@ suite('Star', function() {
stroke: 'blue',
strokeWidth: 5,
name: 'foobar',
offset: {
center: {
x: 0,
y: -70
},