More curves to cross by default

This commit is contained in:
Grant Sanderson 2022-05-04 09:30:54 -07:00
parent a9a151d4ef
commit 181038e2f3

View file

@ -87,7 +87,7 @@ class Cross(VGroup):
Line(UL, DR),
Line(UR, DL),
)
self.insert_n_curves(2)
self.insert_n_curves(20)
self.replace(mobject, stretch=True)
self.set_stroke(self.stroke_color, width=self.stroke_width)