mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Getting rid of use_rectangular_stem for Arrow
This commit is contained in:
@ -80,7 +80,6 @@ class AnalyzeZSquared(ComplexTransformationScene, ZoomedScene):
|
||||
else:
|
||||
arrow = Arrow(
|
||||
point, out_point,
|
||||
use_rectangular_stem=False,
|
||||
path_arc=path_arc,
|
||||
buff=SMALL_BUFF,
|
||||
)
|
||||
|
Reference in New Issue
Block a user