mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
More curves to cross by default
This commit is contained in:
parent
a9a151d4ef
commit
181038e2f3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue