产品
Egret Engine
版本
5.2.14
复现概率
100%
平台
Android 9
复现步骤
图片加遮罩
问题描述
图片加遮罩就会变模糊,锯齿明显
错误代码
var lPlayerBg = this.createBitmapByName("playerBg_png");
this.addChild(lPlayerBg); lPlayerBg.height = 80; lPlayerBg.width = 160; lPlayerBg.x = lPlayerBg.width * 0.18 * 5; lPlayerBg.y = 100; var headMask = this.createBitmapByName("headMask_png"); this.addChild(headMask); headMask.height = lPlayerBg.height * 0.95; headMask.width = headMask.height * 0.95; headMask.x = lPlayerBg.x + lPlayerBg.width * 0.025; headMask.y = lPlayerBg.y + lPlayerBg.height * 0.03; var head = this.createBitmapByName("head_png"); this.addChild(head); head.height = headMask.height; head.width = headMask.width; head.x = headMask.x head.y = headMask.y head.mask = headMask
BUG截图
![]() |
Powered by Discuz! X3.4 © 2001-2019 Comsenz Inc.