Skip to content

Commit a40364b

Browse files
authored
Merge pull request #570 from ManimCommunity/fixing_tex_spacing
Fix spacing when using latex
2 parents 0951b9d + 487d7ea commit a40364b

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)