mirror of
https://github.com/3b1b/manim.git
synced 2025-08-31 23:38:33 +00:00
I don't like this fix, but TexMobjects were breaking if the 'dot' part was left isolated
This commit is contained in:
parent
677f67cb9d
commit
282dfeedde
1 changed files with 2 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue