Hello.
I'm having a trouble rendering a Text Mobject. An attempt of creating a Text Mobject retrieves TypeError because manimpango.text2svg function has incorrect argument typing (size: int, line_spacing: int istead of both being float). Traceback is represented on screenshots attached.
The problem is I just don't know how to save any type of changes made to them .pyx files.
Steps to reproduce the problem:
- install Anaconda 3 on Windows 11 Pro;
- install Manim with the following command
conda install -c conda-forge manim on Conda's Python 3.11.6;
- try to run the code from the Screenshot 1 or render the text typing
manim -pqh scene.py TextAnimation.
Screenshots:
screenshot 1:
;
screenshot 2:
.
Thanks for your response.