DrawSetFillPatternURL() returns wrong status

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
fisheggs

DrawSetFillPatternURL() returns wrong status

Post by fisheggs »

DrawSetFillPatternURL() returns MagickFalse, even when there is no error or exception.

I think the last line should be return(MagickTrue);

Version: ImageMagick 6.3.5 07/29/07 Q16 http://www.imagemagick.org
Built from ImageMagick-6.3.5-4.tar.gz dated Jul 28 17:48
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: DrawSetFillPatternURL() returns wrong status

Post by magick »

Thanks. We applied your suggestion to ImageMagick 6.3.5-5 Beta available sometime tomorrow.
fisheggs

Re: DrawSetFillPatternURL() returns wrong status

Post by fisheggs »

Thank you.
Post Reply