第一种改为context.drawImage(image, sx, sy, canvas.width-sx *2, canvas.height-sy *2, 0, 0, canvas.width, canvas.height)
并且value不能超过2.0
并且value不能超过2.0
2017-05-31
第一种方法不对 我想了半天 应该是因为 想象的image变成三倍了,但是其实image还是那么大。所以取sx sy,没啥意义。
2017-05-03