[]ts版本drawPath 的fillStyle如何使用 createPattern 填充图片

例如js的写法:



var c=document.getElementById("myCanvas");
var ctx=c.getContext("2d");
var img=document.getElementById("lamp");
var pat=ctx.createPattern(img,"repeat");
ctx.rect(0,0,150,100);
ctx.fillStyle=pat;
ctx.fill();
已邀请:

ant2004eq

赞同来自:

求版主回答

ant2004eq

赞同来自:

然后 要支持微信小游戏

layabox

赞同来自:

你这不是我们引擎的用法。你想干什么?需求是?

yung

赞同来自:

webgl暂时不支持渐变填充

要回复问题请先

商务合作
商务合作