Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/issues/1519
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Mar 23, 2019
1 parent ff84018 commit ae1ded6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coders/pango.c
Expand Up @@ -185,6 +185,8 @@ static Image *ReadPANGOImage(const ImageInfo *image_info,
assert(exception->signature == MagickCoreSignature);
image=AcquireImage(image_info);
(void) ResetImagePage(image,"0x0+0+0");
if ((image->columns != 0) && (image->rows != 0))
(void) SetImageBackgroundColor(image);
/*
Format caption.
*/
Expand Down

0 comments on commit ae1ded6

Please sign in to comment.