From e87121abf519c5b4ce116f5f78de1dfb1f3d6fe0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 Oct 2014 12:26:34 +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 24e14cc..57f2733 100644 --- a/plugins/raphael.export.js +++ b/plugins/raphael.export.js @@ -196,7 +196,9 @@ return initial; }, - {} + { + style: styleToString(style) + ';' + } ), node.matrix ); -- 2.39.2