画布导出图像只是图像宽度/高度

时间:2015-04-03 15:32:56

标签: javascript html5 canvas fabricjs

我有这个画布,我画了我的图像,然后我画了一些其他东西:

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);

我想导出这个,但只是导出图片视口,如下例所示。

  1. 有人知道怎么做这个吗?
  2. 如果画布宽度为400,导出的图片宽度是600px吗? (出口更大/更高)
  3. enter image description here

0 个答案:

没有答案