Revision history for Perl extension Imager::Graph.
+ - increase tolerances on images with filled circles drawn on them to
+ account for the circle drawing change in Imager 1.002.
+ https://rt.cpan.org/Ticket/Display.html?id=103328
+
Imager-Graph 0.11 - 30 Jun 2014
=================
ok($img1, "drawing line chart");
$img1->write(file=>'testout/t30_points.ppm') or die "Can't save img1: ".$img1->errstr."\n";
-cmpimg($img1, 'testimg/t30_points.png', 40_000);
+cmpimg($img1, 'testimg/t30_points.png', 200_000);
unless (is(@warned, 0, "should be no warnings")) {
diag($_) for @warned;
ok($img1, "drawing line chart");
$img1->write(file=>'testout/t32_series.ppm') or die "Can't save img1: ".$img1->errstr."\n";
-cmpimg($img1, 'testimg/t32_series.png', 80_000);
+cmpimg($img1, 'testimg/t32_series.png', 200_000);
unless (is(@warned, 0, "should be no warnings")) {
diag($_) for @warned;