Add stretch_factor in FlashUnder Underline

This commit is contained in:
Grant Sanderson
2023-06-10 09:19:32 -07:00
parent de8e9e5ec1
commit f33b8d1d2f

View File

@ -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):