mirror of
https://github.com/3b1b/manim.git
synced 2025-11-16 08:57:58 +00:00
dashed_segment_length -> dash_length
This commit is contained in:
parent
4eb0456b85
commit
0dfc5a576b
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ class Car(SVGMobject):
|
||||||
self.get_corner(UP + RIGHT),
|
self.get_corner(UP + RIGHT),
|
||||||
self.get_corner(DOWN + RIGHT),
|
self.get_corner(DOWN + RIGHT),
|
||||||
color=DISTANCE_COLOR,
|
color=DISTANCE_COLOR,
|
||||||
dashed_segment_length=0.05,
|
dash_length=0.05,
|
||||||
)
|
)
|
||||||
|
|
||||||
def add_treds_to_tires(self):
|
def add_treds_to_tires(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue