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 44047a5 commit bfe0781Copy full SHA for bfe0781
tests/test_font.py
@@ -318,7 +318,7 @@ def test_4457():
318
assert text_before == text
319
assert rms_before == 0
320
321
- if pymupdf.mupdf_version_tuple >= (1, 27):
+ if pymupdf.mupdf_version_tuple >= (1, 26, 6):
322
assert rms_after == 0
323
else:
324
# As of 2025-05-20 there are some differences in some characters,
0 commit comments