Changed default TexMobject.background_stroke_width to something less ugly in general

This commit is contained in:
Grant Sanderson 2019-01-04 12:47:26 -08:00
parent b7cb66fe5d
commit 6c78110e0f

View file

@ -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,