mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Have VMobject.set_style return self
This commit is contained in:
parent
9c2113648c
commit
45fa02b6b9
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ class VMobject(Mobject):
|
|||
)
|
||||
if background_image_file:
|
||||
self.color_using_background_image(background_image_file)
|
||||
return self
|
||||
|
||||
def get_style(self):
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue