Exemplo n.º 1
0
 def __init__(self, ownerDoc, x1= None, y1= None, x2= None, y2= None):
     BaseGradientNode.__init__(self, ownerDoc, 'linearGradient')
     self.setX1(x1)
     self.setY1(y1)
     self.setX2(x2)
     self.setY2(y2)
Exemplo n.º 2
0
 def __init__(self, ownerDoc):
     BaseGradientNode.__init__(self, ownerDoc, 'radialGradient')
Exemplo n.º 3
0
 def __init__(self, ownerDoc, x1=None, y1=None, x2=None, y2=None):
     BaseGradientNode.__init__(self, ownerDoc, 'linearGradient')
     self.setX1(x1)
     self.setY1(y1)
     self.setX2(x2)
     self.setY2(y2)
Exemplo n.º 4
0
 def __init__(self, ownerDoc):
     BaseGradientNode.__init__(self, ownerDoc, 'radialGradient')
Exemplo n.º 5
0
 def __init__(self, ownerDoc):
     BaseGradientNode.__init__(self, ownerDoc, 'linearGradient')