From: Alan Knowles Date: Mon, 23 Jul 2012 06:12:31 +0000 (+0800) Subject: plugins/raphael.export.js X-Git-Url: http://git.roojs.org/?p=raphael;a=commitdiff_plain;h=ff82799e7b2999e7a775d6052c1b1a58ea682ef3 plugins/raphael.export.js --- diff --git a/plugins/raphael.export.js b/plugins/raphael.export.js index 1606ca1..7d815fe 100644 --- a/plugins/raphael.export.js +++ b/plugins/raphael.export.js @@ -89,7 +89,7 @@ } return '<' + name + ( matrix ? ' transform="matrix(' + matrix.toString().replace(/^matrix\(|\)$/g, '') + ')" ' : ' ' ) + attrs + '>' + - escapeXML(content) + + content + ''; }