We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ab7bb commit d7d2df8Copy full SHA for d7d2df8
Tests/test_font_crash.py
@@ -16,7 +16,7 @@ def _fuzz_font(self, font: ImageFont.FreeTypeFont) -> None:
16
draw.multiline_textbbox((10, 10), "ABC\nAaaa", font, stroke_width=2)
17
draw.text((10, 10), "Test Text", font=font, fill="#000")
18
19
- @skip_unless_feature("freetype")
+ @skip_unless_feature("freetype2")
20
def test_segfault(self) -> None:
21
font = ImageFont.truetype("Tests/fonts/fuzz_font-5203009437302784")
22
self._fuzz_font(font)
0 commit comments