svnno****@sourc*****
svnno****@sourc*****
2011年 10月 30日 (日) 23:23:39 JST
Revision: 3050
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=3050
Author: dhrname
Date: 2011-10-30 23:23:39 +0900 (Sun, 30 Oct 2011)
Log Message:
-----------
setPropertyメソッドからcurrentColor設定に関する記述を削除
Modified Paths:
--------------
branches/08x/088/org/w3c/dom/css.js
Modified: branches/08x/088/org/w3c/dom/css.js
===================================================================
--- branches/08x/088/org/w3c/dom/css.js 2011-10-30 14:15:15 UTC (rev 3049)
+++ branches/08x/088/org/w3c/dom/css.js 2011-10-30 14:23:39 UTC (rev 3050)
@@ -298,7 +298,6 @@
uri = RegExp.$1;
} else if (value === "currentColor") {
paintType = /*SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR*/ 102;
- color = this.getPropertyValue("color") || "rgb(0,0,0)";
}
ti.setPaint(paintType, uri, color, null);
paintType = v1 = uri = color = void 0;
@@ -310,7 +309,6 @@
}
if (value === "currentColor") {
ti.colorType = /*SVGColor.SVG_COLORTYPE_CURRENTCOLOR*/ 3;
- value = this.getPropertyValue("color") || "rgb(0,0,0)";
} else {
ti.colorType = /*SVGColor.SVG_COLORTYPE_RGBCOLOR*/ 1;
}