mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
changed offset to center
This commit is contained in:
@@ -14,7 +14,7 @@ suite('RegularPolygon', function() {
|
||||
stroke: 'blue',
|
||||
strokeWidth: 5,
|
||||
name: 'foobar',
|
||||
offset: {
|
||||
center: {
|
||||
x: 0,
|
||||
y: -50
|
||||
}
|
||||
|
@@ -15,7 +15,7 @@ suite('Star', function() {
|
||||
stroke: 'blue',
|
||||
strokeWidth: 5,
|
||||
name: 'foobar',
|
||||
offset: {
|
||||
center: {
|
||||
x: 0,
|
||||
y: -70
|
||||
},
|
||||
|
Reference in New Issue
Block a user