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

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 2月 13日 (日) 18:44:43 JST


Revision: 2395
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2395
Author:   dhrname
Date:     2011-02-13 18:44:43 +0900 (Sun, 13 Feb 2011)

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


Modified Paths:
--------------
    branches/06x/063/org/w3c/dom/svg.js
    branches/06x/065/org/w3c/dom/svg.js
    branches/06x/068/org/w3c/core.js

Modified: branches/06x/063/org/w3c/dom/svg.js
===================================================================
--- branches/06x/063/org/w3c/dom/svg.js	2011-02-13 09:44:10 UTC (rev 2394)
+++ branches/06x/063/org/w3c/dom/svg.js	2011-02-13 09:44:43 UTC (rev 2395)
@@ -4825,7 +4825,7 @@
     var attrName = tar.getAttributeNS(null, "attributeName"), newAttr = tar.targetElement.attributes.getNamedItemNS(null, attrName);
     var ttr = tar.targetElement, tta = ttr[attrName];
     tar._frame = function() {
-      var d = tar.getSimpleDuration() * 0.8, n = tar._valueList.length - 1, tg = tar.getCurrentTime();
+      var d = tar.getSimpleDuration(), n = tar._valueList.length - 1, tg = tar.getCurrentTime();
       if ((n !== -1) && (d !== 0) && (tg <= d)) {
         var ii = Math.floor((tg*n) / d);
       } else {

Modified: branches/06x/065/org/w3c/dom/svg.js
===================================================================
--- branches/06x/065/org/w3c/dom/svg.js	2011-02-13 09:44:10 UTC (rev 2394)
+++ branches/06x/065/org/w3c/dom/svg.js	2011-02-13 09:44:43 UTC (rev 2395)
@@ -5358,6 +5358,7 @@
   pattern:         SVGPatternElement
 };
 
+
 /*以下は、getComputedStyleメソッドで使うために、CSS2Propertiesの_listプロパティに、
  *CSSprimitiveValueのリストを収納している。なお、その際に、writingModeなどはwriting-modeに変更している
  */

Modified: branches/06x/068/org/w3c/core.js
===================================================================
--- branches/06x/068/org/w3c/core.js	2011-02-13 09:44:10 UTC (rev 2394)
+++ branches/06x/068/org/w3c/core.js	2011-02-13 09:44:43 UTC (rev 2395)
@@ -90,7 +90,7 @@
    "No Data Allowed Error",
    "No Modification Allowed Error",
    "Not Found Error",
-   "Not Supported Error",
+   "Not Supported Error",
    "Inuse Attribute Error",
    "Invalid State Error",
    "Syntax Error",




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