svnno****@sourc*****
svnno****@sourc*****
2011年 10月 21日 (金) 00:02:02 JST
Revision: 3023 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=3023 Author: dhrname Date: 2011-10-21 00:02:01 +0900 (Fri, 21 Oct 2011) Log Message: ----------- Modified Paths: -------------- branches/08x/088/org/w3c/dom/svg.js Modified: branches/08x/088/org/w3c/dom/svg.js =================================================================== --- branches/08x/088/org/w3c/dom/svg.js 2011-10-20 14:27:06 UTC (rev 3022) +++ branches/08x/088/org/w3c/dom/svg.js 2011-10-20 15:02:01 UTC (rev 3023) @@ -1900,7 +1900,7 @@ } } //ビューポートの位置をスクロールで調整 (なお、_txプロパティはSVGSVGElementのSIEコードを参照) - ifcw.scroll(-s.documentElement._tx, -s.documentElement._ty); + ifcw && ifcw.scroll(-s.documentElement._tx, -s.documentElement._ty); s._isLoaded = 1; //_isLoadedプロパティはevents::dispatchEventメソッドで使う s.defaultView._cache = s.defaultView._cache_ele = null; oba = _doc = evt = ndoc = objei = tar = tview = objw = objh = n = att = sdt = sp = dcp = backr = sw = sh = style = fontSize = void 0;