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

1.2 KiB

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

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

Things will now just work when you do this:

snippets.logo = new Snippet('logo', points.logoAnchor);

You can scale and rotate a snippet by setting the data-scale and data-rotate attributes respectively.

  • data-scale : Either a single scale factor, or a set of 2 scale factors for the X and Y axis respectively. See the SVG scale transform for details.
  • data-rotate: A rotation in degrees. The center of the rotation will be the snippet's anchor point

See Using attributes for details on how to set attributes.

Below is an example of the available snippets, and the use of the data-scale and data-rotate attributes:

<Example pattern="rendertest" caption="Overview of available snippets" options={{ colors: false, text: false, macros: false, circles: false, widthHd: false }} />