dashed_segment_length -> dash_length

This commit is contained in:
Grant Sanderson
2019-02-07 15:39:56 -08:00
parent 2dfd6f72f4
commit 4eb0456b85

View File

@ -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))