From f7b8a11dce6a81df121f3a7d5bbc4947d1ee16c2 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 27 Feb 2011 23:26:28 +0000 Subject: [PATCH] --- coders/svg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/coders/svg.c b/coders/svg.c index e6179ccab..05be3deb3 100644 --- a/coders/svg.c +++ b/coders/svg.c @@ -2355,7 +2355,6 @@ static void SVGEndElement(void *context,const xmlChar *name) *text; text=EscapeString(svg_info->text,'\''); - StripString(text); MVGPrintf(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); @@ -2379,7 +2378,6 @@ static void SVGEndElement(void *context,const xmlChar *name) *text; text=EscapeString(svg_info->text,'\''); - StripString(text); MVGPrintf(svg_info->file,"text %g,%g '%s'\n", svg_info->bounds.x,svg_info->bounds.y,text); text=DestroyString(text); -- 2.49.0