基础库2.4.2,使用createLinearGradient在开发工具上渐变色失效,真机上没问题,基础库在2.4.2之前的也没问题,以下是对比图,这里就不贴具体的代码了,毕竟这是开发工具的bug,渐色变使用的代码就是官方文档里的那几行代码,开发工具是最新版本的。
const grd = ctx.createLinearGradient(0, 0, 200, 0)
grd.addColorStop(0, 'red')grd.addColorStop(1, 'white')// Fill with gradientctx.setFillStyle(grd)
微信小程序开发问题解答
本文网址:http://www.91bianli.com/weixinxiaochengxu/43496.html