mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
reverted center attr back to offset. I think it's more confusing
This commit is contained in:
@@ -95,7 +95,7 @@ suite('Blur', function() {
|
||||
height: 300
|
||||
});
|
||||
|
||||
group.center({
|
||||
group.offset({
|
||||
x: 150,
|
||||
y: 150
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user