ZoomedScene display should have opaque background

This commit is contained in:
Grant Sanderson 2018-05-19 11:10:25 -07:00
parent deef7a4864
commit c38ab7982c

View file

@ -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,