Context.appendPath

Append the path onto the current path. The path may be either the return value from one of cairo.context.Context.copyPath or cairo.context.Context.copyPathFlat or it may be constructed manually. See #cairo_path_t for details on how the path data structure should be initialized, and note that <literal>path->status</literal> must be initialized to cairo.types.Status.Success.

class Context
void
appendPath

Parameters

path cairo.path.Path

path to be appended