1
0
Fork 0

sparkles: Added _curve and curve_ to path.ops example

This commit is contained in:
Joost De Cock 2019-01-28 14:34:55 +01:00
parent 9fbcafbe38
commit 5ad7a7ede9
6 changed files with 50 additions and 53 deletions

View file

@ -6,10 +6,12 @@ export default {
// This is not needed, but is here to sidestep an issue in freesewing
// that needs to be fixed but hasn't yet
dependencies: {
path_attr: "path_clone"
path_attr: "path_ops"
},
parts: [
"point_attr",
"path__curve",
"path_curve_",
"path_attr",
"path_clone",
"path_divide",