[LayaAirIDE 2.0]Label在web和Native上面显示偶尔会有一些不规律的线条!!


Label显示问题.png


Label显示问题2.png

出现概率极高,引擎版本2.3.0,打包app在手机上和web上都会出现
已邀请:

Aar0n

赞同来自:

这个可以升级至最新引擎或者改成如下样子
 
TextTexture.ts
    discard(): void {
  // 文字贴图的释放要触发全局cacheas normal无效
  ILaya.stage.setGlobalRepaint();
  // 不再使用问题贴图的重用,否则会有内容清理问题
  this.destroy();
  return;
}
 
    static getTextTexture(w: number, h: number): TextTexture {
  // 不再回收
  return new TextTexture(w, h);
}

Aar0n

赞同来自:

可以传个复现demo吗,我自己弄不出来这个线

该问题目前已经被锁定, 无法添加新回复

商务合作
商务合作