mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Simply added self.stem attribute to Arrow
This commit is contained in:
@ -550,6 +550,7 @@ class Arrow(Line):
|
||||
start - perp_vect * width / 2,
|
||||
tip_base - perp_vect * width / 2,
|
||||
])
|
||||
self.stem = self.rect # Alternate name
|
||||
return self
|
||||
|
||||
def set_tip_points(
|
||||
|
Reference in New Issue
Block a user