mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
y offset on trusty/x86 is 1.63
This commit is contained in:
parent
8d9f6029e1
commit
db2359a30f
|
@ -39,7 +39,7 @@ class TestImagecomplextext(PillowTestCase):
|
||||||
target = 'Tests/images/test_y_offset.png'
|
target = 'Tests/images/test_y_offset.png'
|
||||||
target_img = Image.open(target)
|
target_img = Image.open(target)
|
||||||
|
|
||||||
self.assert_image_similar(im, target_img, 1.5)
|
self.assert_image_similar(im, target_img, 1.7)
|
||||||
|
|
||||||
def test_complex_unicode_text(self):
|
def test_complex_unicode_text(self):
|
||||||
ttf = ImageFont.truetype(FONT_PATH, FONT_SIZE)
|
ttf = ImageFont.truetype(FONT_PATH, FONT_SIZE)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user