提交 fc41007d 编写于 作者: L lang

svg ellipse bug

上级 abbefdbc
......@@ -1027,6 +1027,7 @@ define(function (require) {
|| this.shapeList[i].type == 'rectangle'
|| this.shapeList[i].type == 'polygon'
|| this.shapeList[i].type == 'line'
|| this.shapeList[i].type == 'ellipse'
) {
this.shapeList[i].scale[0] *= delta;
this.shapeList[i].scale[1] *= delta;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册