From e253ebda76ed4a31176903ad916856d87eba95a2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 Oct 2014 12:36:51 +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 0b521fb..e8a4503 100644 --- a/plugins/raphael.export.js +++ b/plugins/raphael.export.js @@ -199,7 +199,7 @@ return initial; }, { - style: 'fill:' + node.attrs.fill + ';' + style: 'fill:' + Raphael.color(node.attrs.fill).hex + ';' } ), node.matrix -- 2.39.2