Neil Roberts
cdf5b222db
cogl-path: Allow changing the fill rule
This adds two new API calls- cogl_path_set_fill_rule and cogl_path_get_fill_rule. This allows modifying the fill rule of the current path. In addition to the previous default fill rule of 'even-odd' it now supports the 'non-zero' rule. The fill rule is a property of the path (not the Cogl context) so creating a new path or preserving a path with cogl_path_get_handle affects the fill rule.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%