From 3c613932fdfe76161ea746db450d355316864e95 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 23 Jul 2012 14:58:02 +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 1fe0317..82065de 100644 --- a/plugins/raphael.export.js +++ b/plugins/raphael.export.js @@ -90,7 +90,7 @@ return '<' + name + ( matrix ? ' transform="matrix(' + matrix.toString().replace(/^matrix\(|\)$/g, '') + ')" ' : ' ' ) + attrs + '>' + content + - '' + \n; + '' + "\n"; } /** -- 2.39.2