mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Fix the color of tip
This commit is contained in:
parent
3b3150c3c5
commit
e885ec6ecd
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ class TipableVMobject(VMobject):
|
|||
tip = self.create_tip(at_start, **kwargs)
|
||||
self.reset_endpoints_based_on_tip(tip, at_start)
|
||||
self.asign_tip_attr(tip, at_start)
|
||||
tip.set_color(self.get_stroke_color())
|
||||
self.add(tip)
|
||||
return self
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue