From 60d116323afac30d0d1c6191fff05c376ca0cafe Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 Oct 2014 12:24:00 +0800 Subject: [PATCH] plugins/raphael.export.js --- plugins/raphael.export.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/raphael.export.js b/plugins/raphael.export.js index fd7b8e2..48d8f36 100644 --- a/plugins/raphael.export.js +++ b/plugins/raphael.export.js @@ -164,8 +164,9 @@ }, { style: 'text-anchor: ' + (style.font.anchor ? (style.font.anchor +';' ): 'middle;') + - styleToString(style) + ';' } - ), + styleToString(style) + ';' + } + ), node.matrix, tag('tspan', { -- 2.39.2