From 6e219d6426c91be25cd2cac05eff67475040a227 Mon Sep 17 00:00:00 2001 From: piro Date: Mon, 10 Mar 2008 01:33:57 +0000 Subject: [PATCH] =?UTF-8?q?=E8=B5=B7=E5=8B=95=E7=9B=B4=E5=BE=8C=E3=81=ABca?= =?UTF-8?q?nvas=E3=81=AE=E9=A0=98=E5=9F=9F=E3=81=8C=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E3=81=95=E3=82=8C=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@2041 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/res/fullScreenCanvas.xul | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/treestyletab/res/fullScreenCanvas.xul b/content/treestyletab/res/fullScreenCanvas.xul index ef303aa5..f6021212 100644 --- a/content/treestyletab/res/fullScreenCanvas.xul +++ b/content/treestyletab/res/fullScreenCanvas.xul @@ -5,7 +5,7 @@ window.addEventListener('DOMContentLoaded', function() { window.removeEventListener('DOMContentLoaded', arguments.callee, true); - const currentRevision = 1; + const currentRevision = 2; var root = document.documentElement; var loadedRevision = root.getAttribute('fullScreenCanvas'); @@ -130,6 +130,7 @@ window.addEventListener('DOMContentLoaded', function() { init : function() { var canvas = document.createElementNS('http://www.w3.org/1999/xhtml', 'canvas'); canvas.setAttribute('id', 'fullScreenCanvas-canvas'); + canvas.setAttribute('style', 'width:0;height:0;'); if (!this.isGecko19) { this.container.appendChild(canvas); return