plugins/raphael.export.js
authorAlan Knowles <alan@roojs.com>
Mon, 23 Jul 2012 06:12:31 +0000 (14:12 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Jul 2012 06:12:31 +0000 (14:12 +0800)
plugins/raphael.export.js

index 1606ca1..7d815fe 100644 (file)
@@ -89,7 +89,7 @@
                }
 
                return '<' + name + ( matrix ? ' transform="matrix(' + matrix.toString().replace(/^matrix\(|\)$/g, '') + ')" ' : ' ' ) + attrs + '>' +
-            escapeXML(content) +
+             content +
             '</' + name + '>';
        }