Just var tex:Texture = Laya.loader.getRes("res/repeattest.png");// 此图宽度只有1像素,横着平铺绘制无法显示p.graphics.fillTexture(tex, 0, 0, 100, tex.height);// 无法显示p.graphics.drawTexture(tex, 0, 0, 100, tex.height);// 正常显示忘记说明了,native上显示有问题,网页是正常的