微信小游戏子域排行榜的scrollview下的mask不能用怎么办,怎么裁剪列表

勾上呢?
_ctx.save();
_ctx.setTransform(1, 0, 0, 1, 0, 0);
_ctx.beginPath();
_ctx.rect(clip.left, clip.top, clip.width, clip.height);
_ctx.clip();
// draw
// after draw
_ctx.restore();
不支持 Sprite Stencil 而已,rect 和 elipse stencil 是支持的
rect手机上也有用啊,是不是节点设置问题?
节点要怎么设置?
莫名又好了

