From ff82799e7b2999e7a775d6052c1b1a58ea682ef3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 23 Jul 2012 14:12:31 +0800 Subject: [PATCH] plugins/raphael.export.js --- plugins/raphael.export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + ''; } -- 2.39.2