mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Small bug fix
This commit is contained in:
@ -220,7 +220,7 @@ class DashedLine(Line):
|
|||||||
return self
|
return self
|
||||||
|
|
||||||
def get_start(self):
|
def get_start(self):
|
||||||
if len(self) > 0:
|
if len(self.points) > 0:
|
||||||
return self[0].points[0]
|
return self[0].points[0]
|
||||||
else:
|
else:
|
||||||
return self.start
|
return self.start
|
||||||
|
Reference in New Issue
Block a user