From 1a84eb9c1da617f12029f16b45d2d47709ff4c72 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 Oct 2014 12:29:43 +0800 Subject: [PATCH] plugins/raphael.export.js --- plugins/raphael.export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/raphael.export.js b/plugins/raphael.export.js index 96d7ef3..0b521fb 100644 --- a/plugins/raphael.export.js +++ b/plugins/raphael.export.js @@ -199,7 +199,7 @@ return initial; }, { - style: 'fill:' + node.attr.fill + style: 'fill:' + node.attrs.fill + ';' } ), node.matrix -- 2.39.2