From: cristy Date: Thu, 24 Nov 2011 02:04:40 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6606 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7dcf171942d1448f68c100e56018d8b7be8b87b;p=imagemagick --- diff --git a/coders/svg.c b/coders/svg.c index 8a9a12063..bd62d50ce 100644 --- a/coders/svg.c +++ b/coders/svg.c @@ -2403,8 +2403,7 @@ static void SVGEndElement(void *context,const xmlChar *name) *text; text=EscapeString(svg_info->text,'\''); - (void) FormatLocaleFile(svg_info->file,"text %g,%g '%s'\n", - svg_info->bounds.x,svg_info->bounds.y,text); + (void) FormatLocaleFile(svg_info->file,"text 0,0 '%s'\n",text); text=DestroyString(text); *svg_info->text='\0'; }