loosen up comparisons to handle the rounding change in Imager 0.90
[imager-graph.git] / t / t40area.t
index c7af2630c30ae187222024814ee5d7f083a86ac3..0dcc0bf3d3eaa06323003c41e3ab966ebe0e50d0 100644 (file)
@@ -68,7 +68,7 @@ plan tests => 8;
   ok($img1->write(file => "testout/t40area1.ppm"),
      "save to testout");
 
-  cmpimg($img1, "testimg/t40area1.png");
+  cmpimg($img1, "testimg/t40area1.png", 100_000);
 }
 
 {
@@ -92,7 +92,7 @@ plan tests => 8;
   ok($img2->write(file => "testout/t40area2.ppm"),
      "save to file");
 
-  cmpimg($img2, "testimg/t40area2.png");
+  cmpimg($img2, "testimg/t40area2.png", 80_000);
 }
 
 END {