mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +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)
|
tip = self.create_tip(at_start, **kwargs)
|
||||||
self.reset_endpoints_based_on_tip(tip, at_start)
|
self.reset_endpoints_based_on_tip(tip, at_start)
|
||||||
self.asign_tip_attr(tip, at_start)
|
self.asign_tip_attr(tip, at_start)
|
||||||
|
tip.set_color(self.get_stroke_color())
|
||||||
self.add(tip)
|
self.add(tip)
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue