#2614 is for ImageFont.getsize, this is for ImageDraw.Draw.textsize, so re-opening. I can reproduce this with Pillow 4.3.0 in Python 3.6.0 (but not Python 2.7.13) on macOS Sierra: ...
for a python project involving Pillow, I used Pillow v9 with the "old" ImageDraw.textsize methd to place text with different colors, so that we don't overlaps. As Pillow v10 made some changes, the ...