diff --git a/manimlib/utils/debug.py b/manimlib/utils/debug.py index daa66165..f3e5ce99 100644 --- a/manimlib/utils/debug.py +++ b/manimlib/utils/debug.py @@ -27,6 +27,6 @@ def index_labels( label = Integer(n) label.set_height(label_height) label.move_to(submob) - label.set_stroke(BLACK, 5, background=True) + label.set_backstroke(BLACK, 5) labels.add(label) return labels