Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
ImageMagick.28609
ImageMagick-gradient-black-white.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-gradient-black-white.patch of Package ImageMagick.28609
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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor