1
0
Fork 0
freesewing/markdown/dev/howtos/code/adding-paths/en.md
2021-08-25 16:16:51 +02:00

490 B

title for icon about
Adding paths developers pattern Shows you how to add paths to your pattern

After using the shorthand call, Path contains the path constructor, while paths is a reference to part.paths, which is where you should store your paths.

Things will now just work when you do this:

paths.example = new Path()

The Path API docs list all the things you can do with a path object.