plugins/raphael.export.js
authorAlan Knowles <alan@roojs.com>
Mon, 23 Jul 2012 06:57:08 +0000 (14:57 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Jul 2012 06:57:08 +0000 (14:57 +0800)
plugins/raphael.export.js

index a645817..1fe0317 100644 (file)
@@ -90,7 +90,7 @@
 
                return '<' + name + ( matrix ? ' transform="matrix(' + matrix.toString().replace(/^matrix\(|\)$/g, '') + ')" ' : ' ' ) + attrs + '>' +
              content +
-            '</' + name + '>';
+            '</' + name + '>' + \n;
        }
 
        /**