mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
ZoomedScene display should have opaque background
This commit is contained in:
parent
deef7a4864
commit
c38ab7982c
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class ZoomedScene(MovingCameraScene):
|
|||
"zoomed_display_corner_buff": DEFAULT_MOBJECT_TO_EDGE_BUFFER,
|
||||
"zoomed_camera_config": {
|
||||
"default_frame_stroke_width": 2,
|
||||
"background_opacity": 1,
|
||||
},
|
||||
"zoomed_camera_image_mobject_config": {},
|
||||
"zoomed_camera_frame_starting_position": ORIGIN,
|
||||
|
|
Loading…
Add table
Reference in a new issue