mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
dashed_segment_length -> dash_length
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user