Skip to content

Commit cd880d6

Browse files
authored
Increased tolerance for stroke test comparison (#4057)
Increased tolerance for stroke test comparison
2 parents cce7a76 + b913fa6 commit cd880d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_imagedraw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ def test_stroke(self):
831831

832832
# Assert
833833
self.assert_image_similar(
834-
im, Image.open("Tests/images/imagedraw_stroke_" + suffix + ".png"), 2.8
834+
im, Image.open("Tests/images/imagedraw_stroke_" + suffix + ".png"), 3.1
835835
)
836836

837837
@unittest.skipUnless(HAS_FREETYPE, "ImageFont not available")

0 commit comments

Comments
 (0)