大佬们,creator roundRect 有锯齿,该怎么消除呢?谢谢!!!

    this.ctx.strokeColor=new cc.Color(78,200,25,255);
    this.ctx.lineWidth=0.001;
    this.ctx.roundRect(-35.999,-35.999,71.998,71.998,10)
    this.ctx.stroke();

试试cc.enableAntiAlias(true);

加了,没用…

你这是在模拟器测试的吧,web上效果会好点,锯齿的问题目前在是无法解决,后续会有优化。

好,多谢,好像在WEB上是好点