mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
I don't like this fix, but TexMobjects were breaking if the 'dot' part was left isolated
This commit is contained in:
@ -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}"
|
||||
|
Reference in New Issue
Block a user