mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Add stretch_factor in FlashUnder Underline
This commit is contained in:
parent
de8e9e5ec1
commit
f33b8d1d2f
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue