mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
FillArrow tweak
This commit is contained in:
parent
ac08963fef
commit
5d59f945ca
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ class FillArrow(Line):
|
|||
|
||||
def reset_points_around_ends(self):
|
||||
self.set_points_by_ends(
|
||||
self.get_start(), self.get_end(), path_arc=self.path_arc
|
||||
self.get_start().copy(), self.get_end().copy(), path_arc=self.path_arc
|
||||
)
|
||||
return self
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue