mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Match fix_in_frame status for FlashAround mobject
This commit is contained in:
parent
e9afb0ee33
commit
ee1594a3cb
1 changed files with 2 additions and 0 deletions
|
@ -224,6 +224,8 @@ class FlashAround(VShowPassingFlash):
|
|||
def __init__(self, mobject, **kwargs):
|
||||
digest_config(self, kwargs)
|
||||
path = self.get_path(mobject)
|
||||
if mobject.is_fixed_in_frame:
|
||||
path.fix_in_frame()
|
||||
path.insert_n_curves(self.n_inserted_curves)
|
||||
path.set_points(path.get_points_without_null_curves())
|
||||
path.set_stroke(self.color, self.stroke_width)
|
||||
|
|
Loading…
Add table
Reference in a new issue