You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling the Write() animation, the cool effect (the growing stroke) appears to be hard-coded and not respect my font_size or the scale property of my MObject.
Expected behavior
The increased stroke width of the Write() effect scales down if the text is smaller.
How to reproduce the issue
Code for reproducing the problem
Tex.set_default(font_size=9.6)
half=Tex("text goes here \frac{1}{2}")
self.play(Write(half))
Additional media files
Images/GIFsOutput.mp4
Logs
Terminal output
rendering issue, so imo log is irrelevant.
System specifications
System Details
OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): macOS 15.4
RAM: 8GB
Python version (python/py/python3 --version):Python 3.12.7
Description of bug / unexpected behavior
When calling the Write() animation, the cool effect (the growing stroke) appears to be hard-coded and not respect my font_size or the scale property of my MObject.
Expected behavior
The increased stroke width of the Write() effect scales down if the text is smaller.
How to reproduce the issue
Code for reproducing the problem
Additional media files
Images/GIFs
Output.mp4
Logs
Terminal output
rendering issue, so imo log is irrelevant.System specifications
System Details
python/py/python3 --version
):Python 3.12.7pip list
):LaTeX details
Additional comments
The text was updated successfully, but these errors were encountered: