Added ArcTo element for paths

This commit is contained in:
Simon Hausmann 2020-07-07 14:11:19 +02:00
parent a83127ace8
commit f646809ff4
8 changed files with 124 additions and 11 deletions

View file

@ -5,6 +5,7 @@
namespace sixtyfps {
using internal::types::PathArcTo;
using internal::types::PathElement;
using internal::types::PathLineTo;