From a30afafd5ec29adcf60157ee11267056a3fc9e5b Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 22 Sep 2009 13:42:12 +0000 Subject: [PATCH] --- coders/msl.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.50.1