From e7dcf171942d1448f68c100e56018d8b7be8b87b Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 24 Nov 2011 02:04:40 +0000 Subject: [PATCH] --- coders/svg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'; } -- 2.50.1