mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
dashed_segment_length -> dash_length
This commit is contained in:
parent
2dfd6f72f4
commit
4eb0456b85
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class SplitRectsInBrickWall(AnimationGroup):
|
|||
subdiv = DashedLine(
|
||||
mobject.get_top() + x * RIGHT,
|
||||
mobject.get_bottom() + x * RIGHT,
|
||||
dashed_segment_length = 0.05
|
||||
dash_length = 0.05
|
||||
)
|
||||
subdivs.add(subdiv)
|
||||
anims.append(ShowCreation(subdiv))
|
||||
|
|
Loading…
Add table
Reference in a new issue