From 8ebff67c2b6a46f2d16ba8c1c79b65056394b9ec Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 23 Jul 2012 15:21:21 +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 ba08574..fc652da 100644 --- a/plugins/raphael.export.js +++ b/plugins/raphael.export.js @@ -163,7 +163,7 @@ return initial; }, { - style: 'text-anchor: ' + (style.font.anchor ? style.font.anchor +';' : 'middle;') + + style: 'text-anchor: ' + (style.font.anchor ? (style.font.anchor +';' ): 'middle;') + styleToString(style) + ';' } ), node.matrix, -- 2.39.2