From eba9a8b66a058b01006b7c8891d1c31d6d94c624 Mon Sep 17 00:00:00 2001 From: Steve Pemberton Date: Tue, 30 Oct 2012 23:39:43 +0000 Subject: [PATCH] Removed style alteration for cache canvas resize --- dist/all.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/all.js b/dist/all.js index 8f6352a5..7c2d185d 100644 --- a/dist/all.js +++ b/dist/all.js @@ -5279,7 +5279,6 @@ fabric.util.string = { if (this.cacheCanvasEl) { this.cacheCanvasEl[prop] = value; - this.cacheCanvasEl.style[prop] = value + 'px'; } if (this.wrapperEl) {