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 0x83c35a4>, 'rotate': <function getTricomplexrotate at 0x83c35dc>, 'scale': <function getTricomplexscale at 0x83c3614>, 'skewX': <function getTricomplexskewX at 0x83c364c>, 'skewY': <function getTricomplexskewY at 0x83c3684>, 'translate': <function getTricomplextranslate at 0x83c372c>} globalGetTricomplexFunctions = [<function getTricomplexmatrix at 0x83c35a4>, <function getTricomplexrotate at 0x83c35dc>, <function getTricomplexscale at 0x83c3614>, <function getTricomplexskewX at 0x83c364c>, <function getTricomplexskewY at 0x83c3684>, <function getTricomplextranslate at 0x83c372c>] 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 0x83c3764>, 'ellipse': <function processSVGElementellipse at 0x83c379c>, 'g': <function processSVGElementg at 0x83c37d4>, 'line': <function processSVGElementline at 0x83c380c>, 'path': <function processSVGElementpath at 0x83c3844>, 'polygon': <function processSVGElementpolygon at 0x83c387c>, 'polyline': <function processSVGElementpolyline at 0x83c38b4>, 'rect': <function processSVGElementrect at 0x83c38ec>, 'text': <function processSVGElementtext at 0x83c3924>} globalProcessSVGElementFunctions = [<function processSVGElementcircle at 0x83c3764>, <function processSVGElementellipse at 0x83c379c>, <function processSVGElementg at 0x83c37d4>, <function processSVGElementline at 0x83c380c>, <function processSVGElementpath at 0x83c3844>, <function processSVGElementpolygon at 0x83c387c>, <function processSVGElementpolyline at 0x83c38b4>, <function processSVGElementrect at 0x83c38ec>, <function processSVGElementtext at 0x83c3924>] globalSideAngle = 0.14279966607226333 |
Author | ||
Enrique Perez (perez_enrique@yahoo.com) |
Credits | ||
Nophead <http://hydraraptor.blogspot.com/> Art of Illusion <http://www.artofillusion.org/> |