From 4eb0456b85e34c1385561182fabd01a2e05193f6 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Thu, 7 Feb 2019 15:39:56 -0800 Subject: [PATCH] dashed_segment_length -> dash_length --- active_projects/eop/reusables/brick_row.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/active_projects/eop/reusables/brick_row.py b/active_projects/eop/reusables/brick_row.py index 38bf603d..f9f10df2 100644 --- a/active_projects/eop/reusables/brick_row.py +++ b/active_projects/eop/reusables/brick_row.py @@ -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))