Context.appendPath
void appendPath(cairo.path.Path path)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].
Parameters
path | path to be appended |