[Sie-announce] SIEコード [1379] SVGFontの修正と適用

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 10月 30日 (金) 22:21:50 JST


Revision: 1379
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1379
Author:   dhrname
Date:     2009-10-30 22:21:50 +0900 (Fri, 30 Oct 2009)

Log Message:
-----------
SVGFontの修正と適用

Modified Paths:
--------------
    branches/05x/053/sie.js

Modified: branches/05x/053/sie.js
===================================================================
--- branches/05x/053/sie.js	2009-10-29 14:31:33 UTC (rev 1378)
+++ branches/05x/053/sie.js	2009-10-30 13:21:50 UTC (rev 1379)
@@ -88,8 +88,11 @@
     document.body.appendChild(oba);
     NAIBU.STObject.next();
     success = true;
-  } else if (/a/[-1] === 'a'){ //Firefoxだったらtrueを返す
-    NAIBU.STObject.ffnext();
+  } else {
+    if (/a/[-1] === 'a'){ //Firefoxだったらtrueを返す
+      NAIBU.STObject.ffnext();
+    }
+    _noie_svgfont();
   }
 }
 //他のページに移動する際に起動
@@ -318,6 +321,7 @@
         getURL(this.emd[n].src,ca,this.emd,n+1);
       } catch(e) {stlog.add(e,185);this.next();}
   } else { //全要素の読み込みが終われば
+    _ie_svgfont();
   }
   } catch(e) {stlog.add(e,293);this.onumber++;this.next();}
 };
@@ -1834,7 +1838,7 @@
 };
 
 function _ie_svgfont() {
-  var tsrc = document.getEelmentsByTagName("FONT-FACE-URI");
+  var tsrc = document.getElementsByTagName("FONT-FACE-URI");
   for (var i=0;i<tsrc.length;++i) {
     var src = fsrc[i].getAttribute("xlink:href");
     getURL(src, _ie_font, [ {id : src.substring(src.indexOf("#"), src.length-1)} ], 1);




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