예제 #1
0
파일: _svg.py 프로젝트: mccoyn/SkeinFactory
def processXMLElement(xmlElement):
	"Process the xml element."
	svgReader = svg_reader.SVGReader()
	svgReader.parseSVGByXMLElement(xmlElement)
	path.convertProcessXMLElementRenameByPaths(getGeometryOutputBySVGReader(svgReader, xmlElement), xmlElement)
예제 #2
0
def processXMLElement(xmlElement):
	"Process the xml element."
	svgReader = svg_reader.SVGReader()
	svgReader.parseSVGByXMLElement(xmlElement)
	path.convertProcessXMLElementRenameByPaths(getGeometryOutputBySVGReader(svgReader, xmlElement), xmlElement)
예제 #3
0
def processXMLElement(xmlElement):
    "Process the xml element."
    path.convertProcessXMLElementRenameByPaths(getGeometryOutput(None, xmlElement), xmlElement)
예제 #4
0
def processXMLElement(xmlElement):
    "Process the xml element."
    derivation = SVGDerivation()
    derivation.setToXMLElement(xmlElement)
    path.convertProcessXMLElementRenameByPaths(
        getGeometryOutput(derivation, xmlElement), xmlElement)
예제 #5
0
def processXMLElement(xmlElement):
    "Process the xml element."
    path.convertProcessXMLElementRenameByPaths(
        getGeometryOutput(None, xmlElement), xmlElement)
예제 #6
0
def processXMLElement(xmlElement):
	"Process the xml element."
	derivation = SVGDerivation()
	derivation.setToXMLElement(xmlElement)
	path.convertProcessXMLElementRenameByPaths(getGeometryOutput(derivation, xmlElement), xmlElement)