From: Alan Knowles Date: Mon, 23 Jul 2012 06:57:08 +0000 (+0800) Subject: plugins/raphael.export.js X-Git-Url: http://git.roojs.org/?p=raphael;a=commitdiff_plain;h=671e2f643599d14492f6bfc5888b05176bac60ec plugins/raphael.export.js --- 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; } /**