From a7dc15ac769f4816101427289270f25a43c03f8d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 Oct 2014 12:28:22 +0800 Subject: [PATCH] plugins/raphael.export.js --- plugins/raphael.export.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/raphael.export.js b/plugins/raphael.export.js index bdd3b91..352ba11 100644 --- a/plugins/raphael.export.js +++ b/plugins/raphael.export.js @@ -182,7 +182,7 @@ }, 'path' : function(node) { var initial = ( node.matrix.a === 1 && node.matrix.d === 1 ) ? {} : { 'transform' : node.matrix.toString() }; - + Roo.log(node); return tag( 'path', reduce( @@ -197,7 +197,7 @@ return initial; }, { - style: node.attrs.style + style: 'fill:' + node.attr.fill } ), node.matrix -- 2.39.2