svnno****@sourc*****
svnno****@sourc*****
2009年 10月 30日 (金) 23:39:30 JST
Revision: 1381 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1381 Author: dhrname Date: 2009-10-30 23:39:30 +0900 (Fri, 30 Oct 2009) Log Message: ----------- Modified Paths: -------------- branches/05x/053/sie.js Modified: branches/05x/053/sie.js =================================================================== --- branches/05x/053/sie.js 2009-10-30 14:37:02 UTC (rev 1380) +++ branches/05x/053/sie.js 2009-10-30 14:39:30 UTC (rev 1381) @@ -236,7 +236,7 @@ //chset childNodesで要素を作成していく SVGtoVML.prototype.chset = function _s_chset( /*element*/ ele, /*Matrix*/ matrix, /*float*/w, /*float*/h){ var nods = ele.childNodes, s = null; - var name = "group|shape|defs|STOP|fill|stroke|DIV|SPAN|A|image|rect|USE|FONT-FACE=URI", gname = "DIV|group"; //要素名に合致させる文字列 + var name = "group|shape|defs|STOP|fill|stroke|DIV|SPAN|A|image|rect|USE|FONT-FACE-URI", gname = "DIV|group"; //要素名に合致させる文字列 var cmatrix = matrix; //子要素に継がせるCTM var te = nods[0]; if (te !== void 0) {