svnno****@sourc*****
svnno****@sourc*****
2010年 1月 2日 (土) 21:50:00 JST
Revision: 1519
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1519
Author: dhrname
Date: 2010-01-02 21:50:00 +0900 (Sat, 02 Jan 2010)
Log Message:
-----------
Modified Paths:
--------------
branches/05x/057/sie.js
Modified: branches/05x/057/sie.js
===================================================================
--- branches/05x/057/sie.js 2010-01-02 12:41:26 UTC (rev 1518)
+++ branches/05x/057/sie.js 2010-01-02 12:50:00 UTC (rev 1519)
@@ -1950,7 +1950,7 @@
} else{
uri.match(/#(.+)$/);
this.resource = document.getElementById(RegExp.$1);
- this.tar.innerHTML = this.resource.outerHTML.replace(/<\/?v\:(fill|stroke)>/g, "");
+ this.tar.appendChild(this.resource.cloneNode(true));
this.tar.style.cssText = this.resource.style.cssText;
}
break;