Exemplo n.º 1
0
 def __init__(self, mobject, **kwargs):
     digest_config(self, kwargs)
     circle = Circle(color = self.color, **kwargs)
     circle.surround(mobject)
     Indicate.__init__(self, circle, **kwargs)