def draw(self): #if the path is larger then 100x100 it will be clipped path = ui.Path.rect(0, 0, 100, 100) ui.set_color(self.color) path.fill()