svnno****@sourc*****
svnno****@sourc*****
2010年 12月 10日 (金) 23:56:08 JST
Revision: 2217 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2217 Author: dhrname Date: 2010-12-10 23:56:08 +0900 (Fri, 10 Dec 2010) Log Message: ----------- 他のブラウザに対して、SVG Fontの実装開始 Modified Paths: -------------- branches/06x/066/org/w3c/dom/svg.js Modified: branches/06x/066/org/w3c/dom/svg.js =================================================================== --- branches/06x/066/org/w3c/dom/svg.js 2010-12-09 12:52:40 UTC (rev 2216) +++ branches/06x/066/org/w3c/dom/svg.js 2010-12-10 14:56:08 UTC (rev 2217) @@ -5621,6 +5621,11 @@ } s = null; } + } else { + var ob = document.getElementsByTagName("object"); + for (var i=0;i<ob;++i) { + ob[i].getSVGDocument().addEventListener("SVGLoad", NAIBU.fontSearchURI, false); + } } xmlhttp = null; });