appendPath for user created paths. There is no high level API
for user defined paths. Use appendPath(Pathp) for paths
which were obtained from cairo.
See cairo_path_t for details
on how the path data structure should be initialized,
and note that path.status must be initialized to CAIRO_STATUS_SUCCESS.
Warning:
Only use this if you know what your doing!
This function should not be needed for standard cairoD usage.
appendPath for user created paths. There is no high level API for user defined paths. Use appendPath(Path p) for paths which were obtained from cairo.
See cairo_path_t for details on how the path data structure should be initialized, and note that path.status must be initialized to CAIRO_STATUS_SUCCESS.
Warning: Only use this if you know what your doing! This function should not be needed for standard cairoD usage.