Ejemplo n.º 1
0
 def __init__(self, ownerDoc):
     BaseTextNode.__init__(self, ownerDoc, 'tref')
     XlinkAttributes.__init__(self)
     self._allowedSvgChildNodes.update({
         self.SVG_ANIMATE_NODE, self.SVG_ANIMATE_COLOR_NODE,
         self.SVG_SET_NODE
     })
Ejemplo n.º 2
0
 def __init__(self, ownerDoc, tagName):
     BaseTextNode.__init__(self, ownerDoc, tagName)
     self._allowedSvgChildNodes.update(self.SVG_GROUP_DESCRIPTIVE_ELEMENTS)
Ejemplo n.º 3
0
 def __init__(self, ownerDoc):
     BaseTextNode.__init__(self, ownerDoc, 'tref')
     XlinkAttributes.__init__(self)
     self._allowedSvgChildNodes.update({self.SVG_ANIMATE_NODE, self.SVG_ANIMATE_COLOR_NODE, self.SVG_SET_NODE})
Ejemplo n.º 4
0
 def __init__(self, ownerDoc):
     BaseTextNode.__init__(self, ownerDoc, 'altGlyph')
     XlinkAttributes.__init__(self)
     PositionAttributes.__init__(self)
     self.allowAllSvgNodesAsChildNodes= True
Ejemplo n.º 5
0
 def __init__(self, ownerDoc):
     BaseTextNode.__init__(self, ownerDoc, 'altGlyph')
     XlinkAttributes.__init__(self)
     PositionAttributes.__init__(self)
     self.allowAllSvgNodesAsChildNodes = True
Ejemplo n.º 6
0
 def __init__(self, ownerDoc, tagName):
     BaseTextNode.__init__(self, ownerDoc, tagName)
     self._allowedSvgChildNodes.update(self.SVG_GROUP_DESCRIPTIVE_ELEMENTS)