mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
div_curl project up to ChangingElectricField
This commit is contained in:
@ -476,7 +476,7 @@ class Mobject(Container):
|
||||
|
||||
# Background rectangle
|
||||
def add_background_rectangle(self, color=BLACK, opacity=0.75, **kwargs):
|
||||
# TODO, this does not behave well when the mobject has points,
|
||||
# TODO, this does not behave well when the mobject has points,
|
||||
# since it gets displayed on top
|
||||
from mobject.shape_matchers import BackgroundRectangle
|
||||
self.background_rectangle = BackgroundRectangle(
|
||||
|
Reference in New Issue
Block a user