mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 04:37:46 +00:00
Revert default underline stroke width
This commit is contained in:
parent
7565e936fa
commit
920f2407e0
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class Underline(Line):
|
||||||
mobject: Mobject,
|
mobject: Mobject,
|
||||||
buff: float = SMALL_BUFF,
|
buff: float = SMALL_BUFF,
|
||||||
stroke_color=WHITE,
|
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,
|
stretch_factor=1.2,
|
||||||
**kwargs
|
**kwargs
|
||||||
):
|
):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue