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 following the quickstart guide, I created a manim project with the command: manim init project my-project --default. This created a manim.cfg file with the following contents:
The values of pixel_height and pixel_width are switched. This leads to animations being zoomed in and wrong frame_width. When I set pixel_width=854 and pixel_height=480 everything goes back to normal.
Expected behavior
Default manim.cfg file contains proper resolution, that is:
Description of bug / unexpected behavior
When following the quickstart guide, I created a manim project with the command:
manim init project my-project --default
. This created a manim.cfg file with the following contents:The values of pixel_height and pixel_width are switched. This leads to animations being zoomed in and wrong frame_width. When I set
pixel_width=854
andpixel_height=480
everything goes back to normal.Expected behavior
Default manim.cfg file contains proper resolution, that is:
How to reproduce the issue
Code for reproducing the problem
Additionally, you can add a line:
print(config.frame_width)
tomain.py
in my-project and verify that the value ofconfig.frame_width
!= 14.2(3).Additional media files
Images/GIFs
Logs
Terminal output
System specifications
System Details
python/py/python3 --version
): 3.9pip list
):LaTeX details
Additional comments
The text was updated successfully, but these errors were encountered: