Skip to content

Commit 69891d3

Browse files
committed
Address bug 4047
Ensure consistent behavior with respect to ignoring meaningless OverlayText.
1 parent fac6678 commit 69891d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8560,6 +8560,8 @@ def add_redact_annot(
85608560
fill = (fill, fill, fill)
85618561
if len(fill) > 3:
85628562
fill = fill[:3]
8563+
else:
8564+
text = None
85638565

85648566
old_rotation = annot_preprocess(self)
85658567
try:

0 commit comments

Comments
 (0)