mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 22:47:45 +00:00
Don't give arrow tip stroke width by default
This commit is contained in:
parent
0a89a775a2
commit
48801f2892
1 changed files with 1 additions and 1 deletions
|
|
@ -623,7 +623,7 @@ class Arrow(Line):
|
|||
def set_stroke_width_from_length(self):
|
||||
mr = self.max_stroke_width_to_length_ratio
|
||||
width = min(self.initial_stroke_width, mr * self.get_length())
|
||||
self.set_stroke(width=width)
|
||||
self.set_stroke(width=width, family=False)
|
||||
return self
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue