From f22542a11cf4437b1cdb9720660dfdf860b73743 Mon Sep 17 00:00:00 2001 From: dhrname Date: Sun, 10 Aug 2014 22:58:41 +0900 Subject: [PATCH] =?utf8?q?getPresentationAttribute=E3=83=A1=E3=82=BD?= =?utf8?q?=E3=83=83=E3=83=89=E3=81=AE=E4=BF=AE=E6=AD=A3?= 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 5328934..5ebcfb1 100644 --- a/org/w3c/dom/svg.js +++ b/org/w3c/dom/svg.js @@ -949,7 +949,7 @@ function SVGStylable() { /*getPresentationAttributeメソッド *プレゼンテーション属性の値をCSSValueとして得る。これはCSSのスタイルの設定値を定めるときや、内部の動的処理に役立つ */ -/*css::CSSValue*/ SVGElement.prototype.getPresentationAttribute = function( /*DOMString*/ name ){ +/*css::CSSValue*/base("$document").$element.$svgelement.getPresentationAttribute = function( /*DOMString*/ name ){ var s = this._attributeStyle.getPropertyCSSValue(name); if (s) { return s; -- 2.11.0