Added the two missing path sub-elements for quadratic and cubic curves

This commit is contained in:
Simon Hausmann 2021-01-28 14:10:58 +01:00
parent 0c7a4da321
commit 6a4f2aa572
8 changed files with 154 additions and 2 deletions

View file

@ -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