Add support for Path.fill-rule

For some reason it's not working with the Qt renderer though
This commit is contained in:
Simon Hausmann 2021-02-10 14:03:23 +01:00
parent 600186220c
commit 2dd5ea61bb
16 changed files with 102 additions and 14 deletions

View file

@ -81,6 +81,7 @@ using cbindgen_private::ImageFit;
using cbindgen_private::KeyEvent;
using cbindgen_private::EventResult;
using cbindgen_private::KeyboardModifiers;
using cbindgen_private::FillRule;
namespace private_api {
using ItemTreeNode = cbindgen_private::ItemTreeNode<uint8_t>;