mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 04:23:16 +08:00
Fix bad argument
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user