svnno****@sourc*****
svnno****@sourc*****
2009年 10月 3日 (土) 23:15:52 JST
Revision: 1311
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1311
Author: dhrname
Date: 2009-10-03 23:15:52 +0900 (Sat, 03 Oct 2009)
Log Message:
-----------
setPropertyをsetPropertyValueに修正
Modified Paths:
--------------
branches/DOM/org/w3c/dom/svg.js
Modified: branches/DOM/org/w3c/dom/svg.js
===================================================================
--- branches/DOM/org/w3c/dom/svg.js 2009-10-03 14:15:04 UTC (rev 1310)
+++ branches/DOM/org/w3c/dom/svg.js 2009-10-03 14:15:52 UTC (rev 1311)
@@ -1489,7 +1489,7 @@
this.setRGBColor(rgbColor);
} else if (colorType === 3) {
this.colorType - SVGColor.SVG_COLORTYPE_CURRENTCOLOR;
- this.setRGBColor(this.style.getProperty("color"));
+ this.setRGBColor(this.style.getPropertyValue("color"));
}
}
// raises( SVGException );