We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 585577b + 4aa25d5 commit 3b51c94Copy full SHA for 3b51c94
manim/camera/moving_camera.py
@@ -36,7 +36,7 @@ def __init__(self, frame=None, **kwargs):
36
"""
37
digest_config(self, kwargs)
38
if frame is None:
39
- frame = ScreenRectangle(height=FRAME_HEIGHT)
+ frame = ScreenRectangle(height=config['frame_height'])
40
frame.set_stroke(
41
self.default_frame_stroke_color,
42
self.default_frame_stroke_width,
0 commit comments