From 45179528697647e4d40795b0d03f338765b2d710 Mon Sep 17 00:00:00 2001 From: Cristy <urban-warrior@imagemagick.org> Date: Mon, 28 May 2018 14:37:02 -0400 Subject: [PATCH] ... --- coders/svg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coders/svg.c b/coders/svg.c index 7a8eaaca0..bab47822a 100644 --- a/coders/svg.c +++ b/coders/svg.c @@ -2626,7 +2626,8 @@ static void SVGEndElement(void *context,const xmlChar *name) text=EscapeString(svg_info->text,'\''); (void) FormatLocaleFile(svg_info->file,"text %g,%g \"%s\"\n", - svg_info->bounds.x-svg_info->center.x,svg_info->bounds.y-svg_info->center.y,text); + svg_info->bounds.x-svg_info->center.x,svg_info->bounds.y- + svg_info->center.y,text); text=DestroyString(text); draw_info=CloneDrawInfo(svg_info->image_info,(DrawInfo *) NULL); draw_info->pointsize=svg_info->pointsize; -- 2.40.0