[Sie-announce] SIEコード [2007]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 9月 21日 (火) 18:50:56 JST


Revision: 2007
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2007
Author:   dhrname
Date:     2010-09-21 18:50:56 +0900 (Tue, 21 Sep 2010)

Log Message:
-----------


Modified Paths:
--------------
    branches/06x/061/org/w3c/dom/svg.js

Modified: branches/06x/061/org/w3c/dom/svg.js
===================================================================
--- branches/06x/061/org/w3c/dom/svg.js	2010-09-20 14:29:39 UTC (rev 2006)
+++ branches/06x/061/org/w3c/dom/svg.js	2010-09-21 09:50:56 UTC (rev 2007)
@@ -4563,7 +4563,7 @@
       var _tar = tar, t = new SVGColor(), fill = style.getPropertyCSSValue(attrName);
       t.setRGBColor(tar._valuse[1]);
       var fc = fill.rgbColor, tc = t.rgbColor, num = CSSPrimitiveValue.CSS_NUMBER, di = _tar.getSimpleDuration();
-      var r = (fc.red.getFloatValue(num)-tc.red.getFloatValue(num)) / di;
+      var r = (fc.red.getFloatValue(num) - tc.red.getFloatValue(num)) / di;
       var g = (fc.green.getFloatValue(num) - tc.blue.getFloatValue(num)) / di;
       var b = (fc.blue.getFloatValue(num) - tc.blue.getFloatValue(num)) / di;
       style.setProperty(attrName, "rgb(" +r+ "," +g+ "," +"b"+ ")", null);




Sie-announce メーリングリストの案内
Back to archive index