Skip to content

Commit 487d7ea

Browse files
committed
fix spaceing when using latex
1 parent 3b6519a commit 487d7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/svg/tex_mobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class SingleStringMathTex(SVGMobject):
5252
CONFIG = {
5353
"stroke_width": 0,
5454
"fill_opacity": 1.0,
55-
"background_stroke_width": 1,
55+
"background_stroke_width": 0,
5656
"background_stroke_color": BLACK,
5757
"should_center": True,
5858
"height": None,

0 commit comments

Comments
 (0)