我有这个画布,我画了我的图像,然后我画了一些其他东西:
http://jsbin.com/haheqorexe/2/edit
ctx.clearRect(0,0,canvas.width, canvas.height);
ctx.drawImage(img, 0,0, img.width, img.height, centerShift_x,centerShift_y,img.width*ratio, img.height*ratio);
我想导出这个,但只是导出图片视口,如下例所示。