From b7a8c1898854475e10c294fd3589c658b8ff9988 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 Oct 2014 12:29:25 +0800 Subject: [PATCH] plugins/raphael.export.js --- plugins/raphael.export.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/raphael.export.js b/plugins/raphael.export.js index 352ba11..96d7ef3 100644 --- a/plugins/raphael.export.js +++ b/plugins/raphael.export.js @@ -182,7 +182,9 @@ }, 'path' : function(node) { var initial = ( node.matrix.a === 1 && node.matrix.d === 1 ) ? {} : { 'transform' : node.matrix.toString() }; - Roo.log(node); + + + return tag( 'path', reduce( -- 2.39.2