mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Add stretch_factor in FlashUnder Underline
This commit is contained in:
@ -278,7 +278,7 @@ class FlashAround(VShowPassingFlash):
|
||||
|
||||
class FlashUnder(FlashAround):
|
||||
def get_path(self, mobject: Mobject, buff: float) -> Underline:
|
||||
return Underline(mobject, buff=buff)
|
||||
return Underline(mobject, buff=buff, stretch_factor=1.0)
|
||||
|
||||
|
||||
class ShowCreationThenDestruction(ShowPassingFlash):
|
||||
|
Reference in New Issue
Block a user