From: cristy Date: Mon, 11 Nov 2013 17:44:23 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b76af65b57a0173fe237608f01b8569029bf9eff;p=imagemagick --- diff --git a/MagickCore/property.c b/MagickCore/property.c index 8e770ef29..1336430c7 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -1939,7 +1939,7 @@ static char *TraceSVGClippath(const unsigned char *blob,size_t length, } if( IfMagickFalse(in_subpath) ) { - (void) FormatLocaleString(message,MaxTextExtent,"M %g,%g\n", + (void) FormatLocaleString(message,MaxTextExtent," %g,%g m\n", point[1].x,point[1].y); for (i=0; i < 3; i++) {