fabmetheus_utilities.svg_reader ($Date: 2008/21/04 $) | index /home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/svg_reader.py |
Svg reader.
Classes | ||||||||||||||||||||||||||||||||||||||||||
|
Functions | ||
|
Data | ||
__author__ = 'Enrique Perez (perez_enrique@yahoo.com)' __credits__ = 'Nophead <http://hydraraptor.blogspot.com/>\nArt of Illusion <http://www.artofillusion.org/>' __date__ = '$Date: 2008/21/04 $' __license__ = 'GPL 3.0' absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384) globalFontFileNames = None globalFontReaderDictionary = {} globalGetTricomplexDictionary = {'matrix': <function getTricomplexmatrix at 0x83bbd14>, 'rotate': <function getTricomplexrotate at 0x83bbd4c>, 'scale': <function getTricomplexscale at 0x83bbd84>, 'skewX': <function getTricomplexskewX at 0x83bbdbc>, 'skewY': <function getTricomplexskewY at 0x83bbdf4>, 'translate': <function getTricomplextranslate at 0x83bbe9c>} globalGetTricomplexFunctions = [<function getTricomplexmatrix at 0x83bbd14>, <function getTricomplexrotate at 0x83bbd4c>, <function getTricomplexscale at 0x83bbd84>, <function getTricomplexskewX at 0x83bbdbc>, <function getTricomplexskewY at 0x83bbdf4>, <function getTricomplextranslate at 0x83bbe9c>] globalNumberOfBezierPoints = 22 globalNumberOfCirclePoints = 44 globalNumberOfCornerPoints = 11 globalProcessPathWordDictionary = {'A': <unbound method PathReader.processPathWordA>, 'C': <unbound method PathReader.processPathWordC>, 'H': <unbound method PathReader.processPathWordH>, 'L': <unbound method PathReader.processPathWordL>, 'M': <unbound method PathReader.processPathWordM>, 'Q': <unbound method PathReader.processPathWordQ>, 'S': <unbound method PathReader.processPathWordS>, 'T': <unbound method PathReader.processPathWordT>, 'V': <unbound method PathReader.processPathWordV>, 'Z': <unbound method PathReader.processPathWordZ>, ...} globalProcessPathWordFunctions = [<unbound method PathReader.processPathWordA>, <unbound method PathReader.processPathWorda>, <unbound method PathReader.processPathWordC>, <unbound method PathReader.processPathWordc>, <unbound method PathReader.processPathWordH>, <unbound method PathReader.processPathWordh>, <unbound method PathReader.processPathWordL>, <unbound method PathReader.processPathWordl>, <unbound method PathReader.processPathWordM>, <unbound method PathReader.processPathWordm>, <unbound method PathReader.processPathWordQ>, <unbound method PathReader.processPathWordq>, <unbound method PathReader.processPathWordS>, <unbound method PathReader.processPathWords>, <unbound method PathReader.processPathWordT>, <unbound method PathReader.processPathWordt>, <unbound method PathReader.processPathWordV>, <unbound method PathReader.processPathWordv>, <unbound method PathReader.processPathWordZ>, <unbound method PathReader.processPathWordz>] globalProcessSVGElementDictionary = {'circle': <function processSVGElementcircle at 0x83bbed4>, 'ellipse': <function processSVGElementellipse at 0x83bbf0c>, 'g': <function processSVGElementg at 0x83bbf44>, 'line': <function processSVGElementline at 0x83bbf7c>, 'path': <function processSVGElementpath at 0x83bbfb4>, 'polygon': <function processSVGElementpolygon at 0x83c502c>, 'polyline': <function processSVGElementpolyline at 0x83c5064>, 'rect': <function processSVGElementrect at 0x83c509c>, 'text': <function processSVGElementtext at 0x83c50d4>} globalProcessSVGElementFunctions = [<function processSVGElementcircle at 0x83bbed4>, <function processSVGElementellipse at 0x83bbf0c>, <function processSVGElementg at 0x83bbf44>, <function processSVGElementline at 0x83bbf7c>, <function processSVGElementpath at 0x83bbfb4>, <function processSVGElementpolygon at 0x83c502c>, <function processSVGElementpolyline at 0x83c5064>, <function processSVGElementrect at 0x83c509c>, <function processSVGElementtext at 0x83c50d4>] globalSideAngle = 0.14279966607226333 |
Author | ||
Enrique Perez (perez_enrique@yahoo.com) |
Credits | ||
Nophead <http://hydraraptor.blogspot.com/> Art of Illusion <http://www.artofillusion.org/> |