svnno****@sourc*****
svnno****@sourc*****
2010年 12月 26日 (日) 23:31:27 JST
Revision: 2252 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2252 Author: dhrname Date: 2010-12-26 23:31:27 +0900 (Sun, 26 Dec 2010) Log Message: ----------- NAIBU._noie_createFont関数を修正 Modified Paths: -------------- branches/06x/org/w3c/dom/svg.js Modified: branches/06x/org/w3c/dom/svg.js =================================================================== --- branches/06x/org/w3c/dom/svg.js 2010-12-26 14:31:09 UTC (rev 2251) +++ branches/06x/org/w3c/dom/svg.js 2010-12-26 14:31:27 UTC (rev 2252) @@ -5535,7 +5535,7 @@ } } adv = advanceX = glyphData = null; - } else { + } else if ("tspan|a".indexOf(node.localName) > -1){ NAIBU._noie_createFont(node, font, isMSIE); } node = node.nextSibling;