]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 24 Nov 2011 02:04:40 +0000 (02:04 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 24 Nov 2011 02:04:40 +0000 (02:04 +0000)
coders/svg.c

index 8a9a12063cee98bd37c76b043589fe73f2cbd329..bd62d50ce7420596d8859d663ac17bb2d9eb5973 100644 (file)
@@ -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';
             }