详细问题描述
[内容]H5 canvasToTempFilePath 定位参数x ,y 无法准确定位
重现步骤
[步骤]
修改Hello World项目里canvans示例页面的canvasToTempFilePath方法,添加定位参数
/
画布大小 width 411 height 274
/
toTempFilePath: function() {
uni.canvasToTempFilePath({
x: 200,
y: 137,
width: 211,
height: 137,
destWidth: 211,
destHeight: 137,
canvasId: 'canvas',
success: function(res) {
console.log(res.tempFilePath)
},
fail: function(err) {
console.error(JSON.stringify(err))
}
})
}
[结果]
截取位置有误
[期望]
IDE运行环境说明
[HBuilder 或 HBuilderX。如果你用其他工具开发uni-app,也需要在此说明]
[IDE版本号]
Hbuilder X 2.1.3.20190723
[windows版本号]
windows10
uni-app运行环境说明
[运行端是h5或app或某个小程序?]
H5
0 个回复