[]lineStyle()没有清除描边效果

代码如下,flash如果不设置lineStyle()的参数会清除描边效果,但LAYA是默认为1像素描边
var s:Shape = new Shape();
s.graphics.lineStyle(4);
s.graphics.beginFill(0xff0000);
s.graphics.drawCircle(100, 100, 70);
s.graphics.endFill();
s.graphics.lineStyle();//flash中不加参数是清除描边效果
s.graphics.beginFill(0xffffff);
s.graphics.drawCircle(100, 100, 50);
s.graphics.endFill();
addChild(s);

circle.png

 
已邀请:

cuixueying

赞同来自:

2016-01-04 09:51您提出的lineStyle()没有清除描边效果的问题已经重现了,我们这边已经提交,会尽快修复,感谢您的回馈!!!
2016-01-04 21:17
该问题已经修复,新版本(layaflash2.4版本)会彻底解决这个问题,如果您那边着急用的话,请留言,我们可以提前把类库传给您!!
                                                                感谢反馈

要回复问题请先

商务合作
商务合作