Skip to content

Commit 288b851

Browse files
committed
revert image smooth disabling
1 parent 0afb0fa commit 288b851

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/renderers/Canvas.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ _html2canvas.Renderer.Canvas = function(options) {
8080
canvas.height = canvas.style.height = options.height || zStack.ctx.height;
8181

8282
fstyle = ctx.fillStyle;
83-
ctx.webkitImageSmoothingEnabled = ctx.mozImageSmoothingEnabled = ctx.imageSmoothingEnabled = false;
8483
ctx.fillStyle = (isTransparent(zStack.backgroundColor) && options.background !== undefined) ? options.background : zStack.backgroundColor;
8584
ctx.fillRect(0, 0, canvas.width, canvas.height);
8685
ctx.fillStyle = fstyle;

0 commit comments

Comments
 (0)