mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
formatted code
This commit is contained in:
@@ -628,7 +628,7 @@ Kinetic.Stage.prototype = {
|
||||
var rot = node.rotation;
|
||||
node.rotation = 0;
|
||||
|
||||
// unravel transform
|
||||
// unravel transform
|
||||
var it = node.getAbsoluteTransform();
|
||||
it.invert();
|
||||
it.translate(newNodePos.x, newNodePos.y);
|
||||
|
Reference in New Issue
Block a user