diff --git a/manimlib/mobject/svg/tex_mobject.py b/manimlib/mobject/svg/tex_mobject.py index 3afd362e..16687c85 100644 --- a/manimlib/mobject/svg/tex_mobject.py +++ b/manimlib/mobject/svg/tex_mobject.py @@ -66,6 +66,8 @@ class SingleStringTexMobject(SVGMobject): # Need to add blank subscript or superscript tex.endswith("_"), tex.endswith("^"), + tex.endswith("\\ddot"), + tex.endswith("\\dot"), ]) if should_add_filler: filler = "{\\quad}"