mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Update Tests/test_imagefont.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
78f78d2aa7
commit
e80002643d
|
@ -864,7 +864,7 @@ def test_bitmap_blend(layout_engine, embedded_color):
|
|||
|
||||
im = Image.new("RGBA", (128, 96), "white")
|
||||
d = ImageDraw.Draw(im)
|
||||
d.text((16, 16), "AA", font=font, embedded_color=embedded_color, fill="#8E2F52")
|
||||
d.text((16, 16), "AA", font=font, fill="#8E2F52", embedded_color=embedded_color)
|
||||
|
||||
assert_image_equal_tofile(im, "Tests/images/bitmap_font_blend.png")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user