We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When passing a gradient or t2g arg to a Text object with a text from a rtl language it crashes
Get an object able to render
Uncomment the sections to get each of the errors. The gradient yield a silent error when rendering on screen, the t2g raises an error.
%%manim -qm -v WARNING LaTeXMathFonts class LaTeXMathFonts(Scene): def construct(self): hebrew_text = Text( text="שלום עולם", font="Times New Roman", # t2g={ # '[1:-1]':(RED,BLUE), # } BUG # gradient = (RED, BLUE, GREEN) BUG ) self.add(hebrew_text)
It should simply render with the gradients color, use John Doe insted for the text argument to see the expected result
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of bug / unexpected behavior
When passing a gradient or t2g arg to a Text object with a text from a rtl language it crashes
Expected behavior
Get an object able to render
How to reproduce the issue
Code for reproducing the problem
Uncomment the sections to get each of the errors. The gradient yield a silent error when rendering on screen, the t2g raises an error.
Additional comments
It should simply render with the gradients color, use John Doe insted for the text argument to see the expected result
The text was updated successfully, but these errors were encountered: