mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Changed default TexMobject.background_stroke_width to something less ugly in general
This commit is contained in:
parent
b7cb66fe5d
commit
6c78110e0f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class SingleStringTexMobject(SVGMobject):
|
|||
"template_tex_file_body": TEMPLATE_TEX_FILE_BODY,
|
||||
"stroke_width": 0,
|
||||
"fill_opacity": 1.0,
|
||||
"background_stroke_width": 5,
|
||||
"background_stroke_width": 1,
|
||||
"background_stroke_color": BLACK,
|
||||
"should_center": True,
|
||||
"height": None,
|
||||
|
|
Loading…
Add table
Reference in a new issue