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 0x83b4dbc>, 'rotate': <function getTricomplexrotate at 0x83b4df4>, 'scale': <function getTricomplexscale at 0x83b4e2c>, 'skewX': <function getTricomplexskewX at 0x83b4e64>, 'skewY': <function getTricomplexskewY at 0x83b4e9c>, 'translate': <function getTricomplextranslate at 0x83b4f44>} globalGetTricomplexFunctions = [<function getTricomplexmatrix at 0x83b4dbc>, <function getTricomplexrotate at 0x83b4df4>, <function getTricomplexscale at 0x83b4e2c>, <function getTricomplexskewX at 0x83b4e64>, <function getTricomplexskewY at 0x83b4e9c>, <function getTricomplextranslate at 0x83b4f44>] 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 0x83b4f7c>, 'ellipse': <function processSVGElementellipse at 0x83b4fb4>, 'g': <function processSVGElementg at 0x83be02c>, 'line': <function processSVGElementline at 0x83be064>, 'path': <function processSVGElementpath at 0x83be09c>, 'polygon': <function processSVGElementpolygon at 0x83be0d4>, 'polyline': <function processSVGElementpolyline at 0x83be10c>, 'rect': <function processSVGElementrect at 0x83be144>, 'text': <function processSVGElementtext at 0x83be17c>} globalProcessSVGElementFunctions = [<function processSVGElementcircle at 0x83b4f7c>, <function processSVGElementellipse at 0x83b4fb4>, <function processSVGElementg at 0x83be02c>, <function processSVGElementline at 0x83be064>, <function processSVGElementpath at 0x83be09c>, <function processSVGElementpolygon at 0x83be0d4>, <function processSVGElementpolyline at 0x83be10c>, <function processSVGElementrect at 0x83be144>, <function processSVGElementtext at 0x83be17c>] globalSideAngle = 0.14279966607226333 |
Author | ||
Enrique Perez (perez_enrique@yahoo.com) |
Credits | ||
Nophead <http://hydraraptor.blogspot.com/> Art of Illusion <http://www.artofillusion.org/> |