From 671e2f643599d14492f6bfc5888b05176bac60ec Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 23 Jul 2012 14:57:08 +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 a645817..1fe0317 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; } /** -- 2.39.2