-
Creator 版本:2.1.2
-
目标平台: Web
-
详细报错信息,包含调用堆栈:
const graphics = this.node.getComponent(cc.Graphics);
graphics.roundRect(100, 100, this.width, this.height, this.radius);
graphics.fillColor = this.color;
graphics.fill();
graphics.stroke();
this.node.angle = 45;
-
重现方式:运行即可
-
之前哪个版本是正常的 :2.1.1
-
编辑器操作系统 :MacOS Mojave 10.14.6
-
编辑器之前是否有其它报错 :无
-
出现概率:100%