Method Cairo.Context()->copy_path_flat()


Method copy_path_flat

Path copy_path_flat()

Description

Gets a flattened copy of the current path and returns it to the user as a Path.

This function is like copy_path() except that any curves in the path will be approximated with piecewise-linear approximations, (accurate to within the current tolerance value).

Returns

the copy of the current path.