def __init__(self, ownerDoc):
     BaseAnimationNode.__init__(self, ownerDoc, 'animateMotion')
     AnimationAdditionAttributes.__init__(self)
     AnimationEventAttributes.__init__(self)
     AnimationValueAttributes.__init__(self)
     #add individual nodes
     self._allowedSvgChildNodes.add(self.SVG_MPATH_NODE)
 def __init__(self, ownerDoc):
     BaseAnimationNode.__init__(self, ownerDoc, 'animateMotion')
     AnimationAdditionAttributes.__init__(self)
     AnimationEventAttributes.__init__(self)
     AnimationValueAttributes.__init__(self)
     #add individual nodes
     self._allowedSvgChildNodes.add(self.SVG_MPATH_NODE)
Exemple #3
0
 def __init__(self, ownerDoc):
     BaseAnimationNode.__init__(self, ownerDoc, 'animateColor')
     AnimationAdditionAttributes.__init__(self)
     AnimationAttributeTargetAttributes.__init__(self)
     AnimationEventAttributes.__init__(self)
     AnimationValueAttributes.__init__(self)
     PresentationAttributes.__init__(self)
     
Exemple #4
0
 def __init__(self, ownerDoc):
     BaseAnimationNode.__init__(self, ownerDoc, 'set')
     AnimationEventAttributes.__init__(self)
     AnimationAttributeTargetAttributes.__init__(self)
Exemple #5
0
 def __init__(self, ownerDoc):
     BaseAnimationNode.__init__(self, ownerDoc, 'animateTransform')
     AnimationAdditionAttributes.__init__(self)
     AnimationAttributeTargetAttributes.__init__(self)
     AnimationEventAttributes.__init__(self)
     AnimationValueAttributes.__init__(self)
Exemple #6
0
 def __init__(self, ownerDoc):
     BaseAnimationNode.__init__(self, ownerDoc, 'animateTransform')
     AnimationAdditionAttributes.__init__(self)
     AnimationAttributeTargetAttributes.__init__(self)
     AnimationEventAttributes.__init__(self)
     AnimationValueAttributes.__init__(self)
Exemple #7
0
 def __init__(self, ownerDoc):
     BaseAnimationNode.__init__(self, ownerDoc, 'set')
     AnimationEventAttributes.__init__(self)
     AnimationAttributeTargetAttributes.__init__(self)