Add missing MoveTo sub-element for Path

This commit is contained in:
Simon Hausmann 2021-01-28 13:07:44 +01:00
parent 0cc2a40085
commit a6fbc4c05d
7 changed files with 41 additions and 2 deletions

View file

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