From d684c02be24a45835d478fe45abd20302c5c6898 Mon Sep 17 00:00:00 2001 From: dhrname Date: Tue, 3 Jan 2012 23:25:41 +0900 Subject: [PATCH] =?utf8?q?=5FbeginValue=E3=83=97=E3=83=AD=E3=83=91?= =?utf8?q?=E3=83=86=E3=82=A3=E3=81=AE=E5=88=9D=E6=9C=9F=E5=80=A4=E3=82=92n?= =?utf8?q?ull=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- org/w3c/dom/svg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/w3c/dom/svg.js b/org/w3c/dom/svg.js index fab98d9..9e252b4 100644 --- a/org/w3c/dom/svg.js +++ b/org/w3c/dom/svg.js @@ -5082,7 +5082,7 @@ function SVGAnimationElement(es) { this.style.setProperty = function(){}; this._tar = null; /*readonly SVGElement*/ this.targetElement; - this._beginValue = "0ms"; + this._beginValue = null; this._endValue = null; this._currentFrame = 0; this._currentCount = 0; -- 2.11.0