mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 16:16:20 -05:00
3a1456f34e
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. |
||
---|---|---|
.. | ||
cogl | ||
doc | ||
pango | ||
Makefile.am |