diff --git a/manimlib/mobject/svg/tex_mobject.py b/manimlib/mobject/svg/tex_mobject.py index ce239f49..e51029e8 100644 --- a/manimlib/mobject/svg/tex_mobject.py +++ b/manimlib/mobject/svg/tex_mobject.py @@ -42,6 +42,7 @@ class SingleStringTex(VMobject): svg_mob = SVGMobject( filename, height=None, + color=self.color, stroke_width=self.stroke_width, path_string_config={ "should_subdivide_sharp_curves": True,