Fixed a problem with graphing created by the newer versions of Image Magick.

This commit is contained in:
JT Smith 2009-06-02 18:42:43 +00:00
parent 9bf275a790
commit 62b776d55a
2 changed files with 3 additions and 1 deletions

View file

@ -177,7 +177,7 @@ sub new {
size => $width.'x'.$height,
);
$img->Read(filename => 'xc:white');
$img->ReadImage('xc:white');
bless {_image => $img, _session => $session, _properties => {
width => $width,