cairo_move_to (ct, 10, 10); cairo_line_to (ct, 510, 10); cairo_curve_to (ct, 410, 200, 110, 200, 10, 10); cairo_close_path (ct);