mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-09 16:10:48 +03:00
Tests pass on osx
This commit is contained in:
parent
109e10d6b7
commit
14293ea4b1
|
@ -46,7 +46,7 @@ class TestImagecomplextext(PillowTestCase):
|
||||||
|
|
||||||
im = Image.new(mode='RGB', size=(300, 100))
|
im = Image.new(mode='RGB', size=(300, 100))
|
||||||
draw = ImageDraw.Draw(im)
|
draw = ImageDraw.Draw(im)
|
||||||
draw.text((0, 0), u'السلام عليكم', font=ttf, fill=500)
|
draw.text((0, 0), 'السلام عليكم', font=ttf, fill=500)
|
||||||
|
|
||||||
target = 'Tests/images/test_complex_unicode_text.png'
|
target = 'Tests/images/test_complex_unicode_text.png'
|
||||||
target_img = Image.open(target)
|
target_img = Image.open(target)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user