svnno****@sourc*****
svnno****@sourc*****
2009年 10月 30日 (金) 23:37:02 JST
Revision: 1380
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1380
Author: dhrname
Date: 2009-10-30 23:37:02 +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 13:21:50 UTC (rev 1379)
+++ branches/05x/053/sie.js 2009-10-30 14:37:02 UTC (rev 1380)
@@ -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", 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) {