svnno****@sourc*****
svnno****@sourc*****
2010年 10月 20日 (水) 21:57:50 JST
Revision: 2075 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2075 Author: dhrname Date: 2010-10-20 21:57:50 +0900 (Wed, 20 Oct 2010) Log Message: ----------- Modified Paths: -------------- branches/06x/061/sie.js Modified: branches/06x/061/sie.js =================================================================== --- branches/06x/061/sie.js 2010-10-20 12:19:33 UTC (rev 2074) +++ branches/06x/061/sie.js 2010-10-20 12:57:50 UTC (rev 2075) @@ -1281,6 +1281,7 @@ } ti.setPaint(paintType, uri, color, null); } else if (propertyName === "color") { + var ti = new CSSPrimitiveValue(); var fill = this.getPropertyCSSValue("fill"), stroke = this.getPropertyCSSValue("stroke"); if (fill) { if (fill.paintType === SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR) {