提交 d26f94f3 编写于 作者: L lang

Zoom redraw fix

上级 00722947
......@@ -69,6 +69,8 @@ define(function (require) {
pos[1] -= (mouseY - pos[1]) * (zoomScale - 1);
scale[0] *= zoomScale;
scale[1] *= zoomScale;
target.dirty();
}
this.trigger('zoom', wheelDelta, mouseX, mouseY);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册