mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 14:03:59 +08:00
Changed camera implementation by renaming space_shape to frame_shape, where its height and width actually correspond to the camera's height and width
This commit is contained in:
@ -1860,7 +1860,7 @@ class LHopitalExample(LimitCounterExample, PiCreatureScene, ZoomedScene, Reconfi
|
||||
"parabola_color" : YELLOW,
|
||||
"zoomed_canvas_corner" : DOWN+LEFT,
|
||||
"zoom_factor" : 10,
|
||||
"zoomed_canvas_space_shape" : (5, 5),
|
||||
"zoomed_canvas_frame_shape" : (5, 5),
|
||||
"zoomed_canvas_corner_buff" : MED_SMALL_BUFF,
|
||||
"zoomed_rect_center_coords" : (1 + 0.1, -0.03),
|
||||
}
|
||||
|
Reference in New Issue
Block a user