mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Added match_background_image_file
This commit is contained in:
@ -165,6 +165,10 @@ class VMobject(Mobject):
|
||||
def get_background_image_file(self):
|
||||
return self.background_image_file
|
||||
|
||||
def match_background_image_file(self, vmobject):
|
||||
self.color_using_background_image(vmobject.get_background_image_file())
|
||||
return self
|
||||
|
||||
## Drawing
|
||||
def start_at(self, point):
|
||||
if len(self.points) == 0:
|
||||
|
Reference in New Issue
Block a user