1
0
Fork 0

🚧 Work on API examples

This commit is contained in:
Joost De Cock 2019-05-25 11:11:46 +02:00
parent 8554120314
commit edc726ebb1
48 changed files with 259 additions and 203 deletions

View file

@ -14,8 +14,13 @@ export default {
},
parts: [
"point_attr",
"path_move",
"path_line",
"path_curve",
"path__curve",
"path_curve_",
"path_close",
"path_ops",
"path_attr",
"path_clone",
"path_divide",
@ -27,7 +32,6 @@ export default {
"path_join",
"path_length",
"path_offset",
"path_ops",
"path_reverse",
"path_shiftalong",
"path_shiftfractionalong",
@ -55,6 +59,7 @@ export default {
"point_shifttowards",
"point_shiftoutwards",
"point_sitson",
"point_sitsroughlyon",
"point_rotate",
"point_translate",
"settings_sa",