我正在使用croppie 插件来调整我的图像大小。这是我的代码:
$uploadCropCustom = $('#upload-avatar').croppie({
viewport: {
width: 76,
height: 76,
type: 'circle'
},
boundary: {
width: 76,
height: 76
},
enableExif: true
});
$uploadCropCustom.croppie('result', {
type: 'canvas',
size: 'viewport'
}).then(function (resp) {...http request to save the image}
我当我运行它时,它得到这个错误:
无法在“CanvasRenderingContext2D”上执行“弧”:提供的半径 (-232.792) 为负数。