]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 22 Sep 2009 13:42:12 +0000 (13:42 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 22 Sep 2009 13:42:12 +0000 (13:42 +0000)
coders/msl.c

index a2f428624e5b2de3b81748581e66129d606fb079..4c394d862ed66f4fa0f91d8792fabc27b4d06903 100644 (file)
@@ -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);