From: cristy Date: Tue, 22 Sep 2009 13:42:12 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10654 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a30afafd5ec29adcf60157ee11267056a3fc9e5b;p=imagemagick --- diff --git a/coders/msl.c b/coders/msl.c index a2f428624..4c394d862 100644 --- a/coders/msl.c +++ b/coders/msl.c @@ -7899,6 +7899,7 @@ static MagickBooleanType SetMSLAttributes(MSLInfo *msl_info,const char *keyword, if (LocaleCompare(keyword,"fill") == 0) { (void) QueryColorDatabase(value,&draw_info->fill,exception); + (void) SetImageOption(image_info,keyword,value); break; } ThrowMSLException(OptionError,"UnrecognizedAttribute",keyword); @@ -7955,6 +7956,7 @@ static MagickBooleanType SetMSLAttributes(MSLInfo *msl_info,const char *keyword, if (LocaleCompare(keyword,"stroke") == 0) { (void) QueryColorDatabase(value,&draw_info->stroke,exception); + (void) SetImageOption(image_info,keyword,value); break; } ThrowMSLException(OptionError,"UnrecognizedAttribute",keyword);