From 920f2407e03d8416ba56fb2f333ebc7c9c115fea Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Mon, 25 Mar 2024 19:10:30 -0300 Subject: [PATCH] Revert default underline stroke width --- manimlib/mobject/shape_matchers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/mobject/shape_matchers.py b/manimlib/mobject/shape_matchers.py index c201ad14..72942e14 100644 --- a/manimlib/mobject/shape_matchers.py +++ b/manimlib/mobject/shape_matchers.py @@ -118,7 +118,7 @@ class Underline(Line): mobject: Mobject, buff: float = SMALL_BUFF, stroke_color=WHITE, - stroke_width: float | Sequence[float] = [0, 2, 3, 3, 2, 0], + stroke_width: float | Sequence[float] = [0, 3, 3, 0], stretch_factor=1.2, **kwargs ):