diff -r 74cdfdfa9f22 -r 1670e5e1ed97 src_js/iconolab-bundle/src/components/editor/ShapeRect.vue --- a/src_js/iconolab-bundle/src/components/editor/ShapeRect.vue Tue Feb 21 14:35:19 2017 +0100 +++ b/src_js/iconolab-bundle/src/components/editor/ShapeRect.vue Tue Feb 21 14:35:45 2017 +0100 @@ -58,6 +58,7 @@ if (self.isResizing) { return; } var snapInvMatrix = this.transform().diffMatrix.invert(); + snapInvMatrix.e = snapInvMatrix.f = 0; var tdx = snapInvMatrix.x(dx, dy); var tdy = snapInvMatrix.y(dx, dy);