There was an error while loading. Please reload this page.
1 parent 0afb0fa commit 288b851Copy full SHA for 288b851
1 file changed
src/renderers/Canvas.js
@@ -80,7 +80,6 @@ _html2canvas.Renderer.Canvas = function(options) {
80
canvas.height = canvas.style.height = options.height || zStack.ctx.height;
81
82
fstyle = ctx.fillStyle;
83
- ctx.webkitImageSmoothingEnabled = ctx.mozImageSmoothingEnabled = ctx.imageSmoothingEnabled = false;
84
ctx.fillStyle = (isTransparent(zStack.backgroundColor) && options.background !== undefined) ? options.background : zStack.backgroundColor;
85
ctx.fillRect(0, 0, canvas.width, canvas.height);
86
ctx.fillStyle = fstyle;
0 commit comments