尝试了很多种方法,但是各个手机型号下都会有不同程度的模糊
例如400*400,就算用800*800的canvas进行绘制导出还是会模糊,有没有确切可行的方法!!
<canvas style="width:{{canvasWidth}}px;height:{{canvasHeight}}px"></canvas>
ctx.scale(this.data.scale, this.data.scale)
mwx.canvasToTempFilePath({
x: 0,
y: 0,
width: canvasWidth * scale,
height: canvasHeight * scale,
canvasId
});
移动端使用canvas画图时,要把画布放大2倍,要不然绘制出来是模糊的
给用户展示的部分,用