mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
Getting rid of use_rectangular_stem for Arrow
This commit is contained in:
@ -1342,7 +1342,6 @@ class BrilliantPuzzle(PiCreatureScene):
|
||||
for s1, s2 in adjacent_pairs(self.students):
|
||||
arrow = Arrow(
|
||||
s1.get_center(), s2.get_center(),
|
||||
use_rectangular_stem = False,
|
||||
path_arc = np.pi/2,
|
||||
buff = 0.8
|
||||
)
|
||||
|
Reference in New Issue
Block a user