mirror of
https://github.com/konvajs/konva.git
synced 2025-12-21 11:14:00 +08:00
changed offset to center
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user