[Sie-announce] SIEコード [1716]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 3月 10日 (水) 20:39:14 JST


Revision: 1716
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1716
Author:   dhrname
Date:     2010-03-10 20:39:14 +0900 (Wed, 10 Mar 2010)

Log Message:
-----------


Modified Paths:
--------------
    branches/ufltima/dom/svg.js

Modified: branches/ufltima/dom/svg.js
===================================================================
--- branches/ufltima/dom/svg.js	2010-03-10 11:39:02 UTC (rev 1715)
+++ branches/ufltima/dom/svg.js	2010-03-10 11:39:14 UTC (rev 1716)
@@ -1053,6 +1053,7 @@
             str = xmlhttp.responseText.replace(/!DOCTYPE/,"!--").replace(/(dtd">|\]>)/,"-->");
             doc.loadXML(str);
             var s = DOMImplementation.createDocument("http://www.w3.org/2000/svg", "svg");
+            s.importNode(doc.documentElement);
             return s;
           };
         }




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