Skip to content

Commit

Permalink
Update Tests/test_imagefont.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
ZachNagengast and radarhere authored Dec 1, 2023
1 parent 78f78d2 commit e800026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_imagefont.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit e800026

Please sign in to comment.