Package fabmetheus_utilities :: Module svg_reader :: Class SVGReader
[hide private]
[frames] | no frames]

Class SVGReader

source code

An svg carving.

Instance Methods [hide private]
 
__init__(self)
Add empty lists.
source code
 
flipDirectLayer(self, rotatedLoopLayer)
Flip the y coordinate of the layer and direct the loops.
source code
 
getRotatedLoopLayer(self)
Return the rotated loop layer.
source code
 
parseSVG(self, fileName, svgText)
Parse SVG text and store the layers.
source code
 
parseSVGByXMLElement(self, xmlElement)
Parse SVG by xmlElement.
source code
 
processXMLElement(self, xmlElement)
Process the xml element.
source code