From: Alan Knowles Date: Mon, 23 Jul 2012 07:21:14 +0000 (+0800) Subject: plugins/raphael.export.js X-Git-Url: http://git.roojs.org/?p=raphael;a=commitdiff_plain;h=df52d901522c60c5897230f946363843598c5a7d plugins/raphael.export.js --- diff --git a/plugins/raphael.export.js b/plugins/raphael.export.js index dfdeb3d..ba08574 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,