Have VMobject.set_style return self

This commit is contained in:
Grant Sanderson 2019-03-19 17:29:55 -07:00
parent 9c2113648c
commit 45fa02b6b9

View file

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