home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- from namespaces import SVGNS
- from element import Element
- from draw import DrawElement
-
- def DefinitionSrc(**args):
- return Element(qname = (SVGNS, 'definition-src'), **args)
-
-
- def Desc(**args):
- return Element(qname = (SVGNS, 'desc'), **args)
-
-
- def FontFaceFormat(**args):
- return Element(qname = (SVGNS, 'font-face-format'), **args)
-
-
- def FontFaceName(**args):
- return Element(qname = (SVGNS, 'font-face-name'), **args)
-
-
- def FontFaceSrc(**args):
- return Element(qname = (SVGNS, 'font-face-src'), **args)
-
-
- def FontFaceUri(**args):
- return Element(qname = (SVGNS, 'font-face-uri'), **args)
-
-
- def Lineargradient(**args):
- return DrawElement(qname = (SVGNS, 'linearGradient'), **args)
-
-
- def Radialgradient(**args):
- return DrawElement(qname = (SVGNS, 'radialGradient'), **args)
-
-
- def Stop(**args):
- return Element(qname = (SVGNS, 'stop'), **args)
-
-
- def Title(**args):
- return Element(qname = (SVGNS, 'title'), **args)
-
-