add_path method

add_path

Adds the specified path to the current path, applying the given transformation.

def add_path(self, path, transformation):
    ...
ParameterTypeDescription
pathIPathThe path to add.
transformationaspose.svg.drawing.IMatrixThe transformation to apply. See IMatrix.

See Also