Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Some characters exhibit abnormalities under the OpenGL renderer. #3985

Open
ChungLeeCN opened this issue Oct 27, 2024 · 0 comments
Open

Comments

@ChungLeeCN
Copy link

Description of bug / unexpected behavior

Some characters exhibit abnormalities under the OpenGL renderer. Everything is normal under the Cairo renderer.

Code for reproducing the problem
class BugReport02(Scene):
    def construct(self):
        mathtex = MathTex(r'\text{MathTex: 波源相对于介质运动,}v_s', font_size=70, tex_template=TexTemplateLibrary.ctex)
        text = Text(r'Text: 波源相对于介质运动', font_size=70, ).next_to(mathtex, UP)
        tex = Tex(r'Tex: $v_S,u_S, w, \omega$', font_size=70).next_to(mathtex, DOWN)
        self.add(mathtex, text, tex)

Cairo:
BugReport02_ManimCE_v0 18 1_Cairo

OpenGL:
BugReport02_ManimCE_v0 18 1_OpenGL
BugReport02_ManimCE_v0 18 1_OpenGL_02

System specifications

System Details
  • OS Windows 11
  • RAM: 64GB
  • Python version : Python 3.10
LaTeX details
  • LaTeX distribution: TeX Live 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant