mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Add missing MoveTo
sub-element for Path
This commit is contained in:
parent
0cc2a40085
commit
a6fbc4c05d
7 changed files with 41 additions and 2 deletions
|
@ -18,6 +18,7 @@ using cbindgen_private::types::PathArcTo;
|
|||
using cbindgen_private::types::PathElement;
|
||||
using cbindgen_private::types::PathEvent;
|
||||
using cbindgen_private::types::PathLineTo;
|
||||
using cbindgen_private::types::PathMoveTo;
|
||||
using cbindgen_private::types::Point;
|
||||
|
||||
struct PathData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue