From: cristy Date: Sun, 27 Feb 2011 23:26:28 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8064 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7b8a11dce6a81df121f3a7d5bbc4947d1ee16c2;p=imagemagick --- 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);