Increased tolerance for stroke test comparison (#4057)

Increased tolerance for stroke test comparison
This commit is contained in:
Hugo van Kemenade 2019-09-11 15:51:42 +03:00 committed by GitHub
commit cd880d6358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -831,7 +831,7 @@ class TestImageDraw(PillowTestCase):
# Assert
self.assert_image_similar(
im, Image.open("Tests/images/imagedraw_stroke_" + suffix + ".png"), 2.8
im, Image.open("Tests/images/imagedraw_stroke_" + suffix + ".png"), 3.1
)
@unittest.skipUnless(HAS_FREETYPE, "ImageFont not available")