dashed_segment_length -> dash_length

This commit is contained in:
Grant Sanderson 2019-02-07 15:40:26 -08:00
parent 4eb0456b85
commit 0dfc5a576b

View file

@ -573,7 +573,7 @@ class Car(SVGMobject):
self.get_corner(UP + RIGHT),
self.get_corner(DOWN + RIGHT),
color=DISTANCE_COLOR,
dashed_segment_length=0.05,
dash_length=0.05,
)
def add_treds_to_tires(self):