收藏
回答

canvas lineWidth渲染问题

游戏引擎 AppID 操作系统 微信版本 基础库版本
微信小游戏 wx44599da51338b7d1 iOS v7.0.1 2.2.5
if (opt.strokeWidth) {
     ctx.lineWidth = 180 // opt.strokeWidth * ps
   }
   if (opt.strokeColor) {
     // ctx.shadowColor = "rgba(255,165,0,0.8)"
     ctx.strokeStyle =  'red' // 'rgba(255,165,0)' // opt.strokeColor
     ctx.stroke() //画空心圆
   }


lineWidth越大的时候,真机上面调试会显示有缺口




回答关注问题邀请回答
收藏
登录 后发表内容