svnno****@sourc*****
svnno****@sourc*****
2010年 11月 16日 (火) 20:30:29 JST
Revision: 2146
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2146
Author: dhrname
Date: 2010-11-16 20:30:29 +0900 (Tue, 16 Nov 2010)
Log Message:
-----------
animate要素の修正
Modified Paths:
--------------
branches/06x/063/org/w3c/dom/svg.js
Modified: branches/06x/063/org/w3c/dom/svg.js
===================================================================
--- branches/06x/063/org/w3c/dom/svg.js 2010-11-16 10:57:38 UTC (rev 2145)
+++ branches/06x/063/org/w3c/dom/svg.js 2010-11-16 11:30:29 UTC (rev 2146)
@@ -4747,7 +4747,7 @@
stlog.add(e, 4157);
}*/
}),
- 125
+ 64
);
}
}
@@ -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(), n = tar._valueList.length - 1, tg = tar.getCurrentTime();
+ var d = tar.getSimpleDuration() * 0.8, n = tar._valueList.length - 1, tg = tar.getCurrentTime();
if ((n !== -1) && (d !== 0) && (tg <= d)) {
var ii = Math.floor((tg*n) / d);
} else {