Skip to main content

Paterns and why:

The reason to add patern function is so it’s easier to create repeating shapes
without lots of copy-pasting.

It would work by importing an svg that would serve as a “tile” and then
customizing by defining size, rotation and offset.

the ability to create patterns would help creating things like:

  • Desinging product packages
  • Fill white space
  • And others.

You can do it using autolayout and components