Results 5 comments of Michael

> Actually this bug is brought by `dvisvgm` program. `dvisvgm` involves converting `dvi`/`xdv` format generated by LaTeX into SVG picture, the latter being what `manim` is really operating with. You...

> Conversion using a xetex-generated .pdf instead of .xdv works: > > ```python > class MyScene3(Scene): > def construct(self): > template = TexTemplateLibrary.ctex > template.output_format=".pdf" > tex = Tex(r'Hello 你好...

> Is this fixed now ? You can manually download the version of dvisvgm >=3.1 and configure the environment variables after installation. However, it should be noted that its environment...

> Is this fixed now ? https://dvisvgm.de/Downloads/