Пример #1
0
 def __init__(self, x, y, width, height, fillColor=colors.black):
     Rect.__init__(self,
                   x,
                   y,
                   width,
                   height,
                   fillColor=fillColor,
                   strokeColor=None,
                   strokeWidth=0)
Пример #2
0
 def __init__(self, x, y, width, height, fillColor=colors.black):
     Rect.__init__(self, x, y, width, height, fillColor=fillColor,
                   strokeColor=None, strokeWidth=0)