svnno****@sourc*****
svnno****@sourc*****
2011年 2月 22日 (火) 22:11:54 JST
Revision: 2426 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2426 Author: dhrname Date: 2011-02-22 22:11:54 +0900 (Tue, 22 Feb 2011) Log Message: ----------- baseValのunitTypeをanimValのunitTypeに設定させるように変更 Modified Paths: -------------- branches/07x/071/org/w3c/dom/svg.js Modified: branches/07x/071/org/w3c/dom/svg.js =================================================================== --- branches/07x/071/org/w3c/dom/svg.js 2011-02-22 12:48:17 UTC (rev 2425) +++ branches/07x/071/org/w3c/dom/svg.js 2011-02-22 13:11:54 UTC (rev 2426) @@ -4977,7 +4977,7 @@ } else { var v = v1; } - tanim.newValueSpecifiedUnits(tanim.unitType, v); + tanim.newValueSpecifiedUnits(base.unitType, v); tta.baseVal = tanim; tanim = null; ttr.dispatchEvent(evt);