mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Add support for Path.fill-rule
For some reason it's not working with the Qt renderer though
This commit is contained in:
parent
600186220c
commit
2dd5ea61bb
16 changed files with 102 additions and 14 deletions
|
@ -45,6 +45,7 @@ declare_ValueType![
|
|||
crate::input::KeyEvent,
|
||||
crate::items::EventResult,
|
||||
crate::Brush,
|
||||
crate::items::FillRule,
|
||||
];
|
||||
|
||||
/// What kind of animation is on a binding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue