Exemple #1
0
def getTransformedOutlineByPaths(paths, xmlElement, yAxisPointingUpward):
    "Get the outline from the paths."
    aroundsFromPaths = intercircle.getAroundsFromPaths(
        paths, getStrokeRadius(xmlElement))
    return getChainMatrixSVGIfNecessary(
        xmlElement, yAxisPointingUpward).getTransformedPaths(aroundsFromPaths)
def getTransformedOutlineByPaths(paths, xmlElement, yAxisPointingUpward):
	"Get the outline from the paths."
	aroundsFromPaths = intercircle.getAroundsFromPaths(paths, getStrokeRadius(xmlElement))
	return getChainMatrixSVGIfNecessary(xmlElement, yAxisPointingUpward).getTransformedPaths(aroundsFromPaths)