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越大的时候,真机上面调试会显示有缺口