cairo_path_data_t is used to describe the type of one portion
of a path when represented as a cairo_path_t.
See cairo_path_data_t for details.
CAIRO_PATH_MOVE_TO
A move-to operation
CAIRO_PATH_LINE_TO
A line-to operation
CAIRO_PATH_CURVE_TO
A curve-to operation
CAIRO_PATH_CLOSE_PATH
A close-path operation
cairo_path_data_t is used to describe the type of one portion of a path when represented as a cairo_path_t. See cairo_path_data_t for details. CAIRO_PATH_MOVE_TO A move-to operation CAIRO_PATH_LINE_TO A line-to operation CAIRO_PATH_CURVE_TO A curve-to operation CAIRO_PATH_CLOSE_PATH A close-path operation