mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Increased tolerance for stroke test comparison
This commit is contained in:
parent
cce7a76f79
commit
b913fa6a53
|
@ -831,7 +831,7 @@ class TestImageDraw(PillowTestCase):
|
||||||
|
|
||||||
# Assert
|
# Assert
|
||||||
self.assert_image_similar(
|
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")
|
@unittest.skipUnless(HAS_FREETYPE, "ImageFont not available")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user