Add space

This commit is contained in:
Grant Sanderson 2022-12-19 10:38:06 -08:00
parent ba93bd0cbf
commit c330dfddae

View file

@ -598,6 +598,7 @@ class Line(TipableVMobject):
arc_len *= self.path_arc / (2 * math.sin(self.path_arc / 2))
return arc_len
class DashedLine(Line):
def __init__(
self,