Uwe Zimmermann
Uwe Zimmermann
> Thank you, this is very helpful! you are welcome. Come over to Discord for more tips about Manim and the details about its workings: https://docs.manim.community/en/stable/faq/general.html?highlight=discord#where-can-i-find-more-resources-for-learning-manim
This is the original video you uploaded to the Discord server. It is exactly 4 seconds long and plays fine in all players, including a freshly installed PotPlayer on my...
The disappearing fraction lines are caused when the resulting SVG file contains strokes instead of filled areas - as for regular rendered text and equations. A general solution would be...
> Addition of Tectonic support would be insane. I thought it was implemented, then I tried... ...and what did not work? Because from the example further up, most of it...
I guess most users would be confused if there were no linebreaks inserted in such a long text, but I don't know how Pango (the external library rendering `Text()` objects)...
> One potential workaround is to use a smaller font size for generating the Text mobject actually that's not a good idea either, because the discrete pixelized rendering of Pango...
this is not your complete code - the cause of the problem is probably somewhere in the first 32 lines of code in your file which you are not showing...
wasn't this fixed already? Which version of Manim are you using and I guess the developers also need to know which operating system you are using, which version of Python,...
> If the call to `self.set_camera_orientation` is removed, the two output match each other. actually the lines have the same direction, which you could check if you e.g. add a...
We are aware about this fact and the way to solve it is to force your virtual environment to use Python 3.13 until Manim and all the external libraries it...