home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_2110 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  2.0 KB  |  47 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from namespaces import SVGNS
  5. from element import Element
  6. from draw import DrawElement
  7.  
  8. def DefinitionSrc(**args):
  9.     return Element(qname = (SVGNS, 'definition-src'), **args)
  10.  
  11.  
  12. def Desc(**args):
  13.     return Element(qname = (SVGNS, 'desc'), **args)
  14.  
  15.  
  16. def FontFaceFormat(**args):
  17.     return Element(qname = (SVGNS, 'font-face-format'), **args)
  18.  
  19.  
  20. def FontFaceName(**args):
  21.     return Element(qname = (SVGNS, 'font-face-name'), **args)
  22.  
  23.  
  24. def FontFaceSrc(**args):
  25.     return Element(qname = (SVGNS, 'font-face-src'), **args)
  26.  
  27.  
  28. def FontFaceUri(**args):
  29.     return Element(qname = (SVGNS, 'font-face-uri'), **args)
  30.  
  31.  
  32. def Lineargradient(**args):
  33.     return DrawElement(qname = (SVGNS, 'linearGradient'), **args)
  34.  
  35.  
  36. def Radialgradient(**args):
  37.     return DrawElement(qname = (SVGNS, 'radialGradient'), **args)
  38.  
  39.  
  40. def Stop(**args):
  41.     return Element(qname = (SVGNS, 'stop'), **args)
  42.  
  43.  
  44. def Title(**args):
  45.     return Element(qname = (SVGNS, 'title'), **args)
  46.  
  47.