File ImageMagick-gradient-black-white.patch of Package ImageMagick.25978

diff --git a/coders/gradient.c b/coders/gradient.c
index 448bcdfcd7..8fa26eafde 100644
--- a/coders/gradient.c
+++ b/coders/gradient.c
@@ -192,8 +192,8 @@ static Image *ReadGRADIENTImage(const ImageInfo *image_info,
       image_info->filename);
   assert(exception != (ExceptionInfo *) NULL);
   assert(exception->signature == MagickCoreSignature);
-  (void) CopyMagickString(start_color,"white",MagickPathExtent);
-  (void) CopyMagickString(stop_color,"black",MagickPathExtent);
+  (void) CopyMagickString(start_color,"black",MagickPathExtent);
+  (void) CopyMagickString(stop_color,"white",MagickPathExtent);
   if (*image_info->filename != '\0')
     {
       char

openSUSE Build Service is sponsored by