mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Added the two missing path sub-elements for quadratic and cubic curves
This commit is contained in:
parent
0c7a4da321
commit
6a4f2aa572
8 changed files with 154 additions and 2 deletions
|
@ -19,6 +19,8 @@ using cbindgen_private::types::PathElement;
|
|||
using cbindgen_private::types::PathEvent;
|
||||
using cbindgen_private::types::PathLineTo;
|
||||
using cbindgen_private::types::PathMoveTo;
|
||||
using cbindgen_private::types::PathCubicTo;
|
||||
using cbindgen_private::types::PathQuadraticTo;
|
||||
using cbindgen_private::types::Point;
|
||||
|
||||
struct PathData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue