From: Cristy Date: Sun, 4 Jun 2017 20:16:21 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.6-0~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=717789c2a4ce17e2d0f546b58cc59a95040fe0ff;p=imagemagick ... --- diff --git a/MagickCore/property.c b/MagickCore/property.c index 4434c9c5e..39d8f23f6 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -3652,7 +3652,7 @@ RestoreMSCWarning (void) QueryColorname(image,&pixel,SVGCompliance,name,exception); GetColorTuple(&pixel,MagickTrue,hex); - AppendString2Text(hex); + AppendString2Text(hex+1); } continue; }