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