meta data for this page
This is an old revision of the document!
Align
Shapes can be aligned across X, Y, and Z axis. In other words, each shape is translated to the requested position, aligning the boundaries of the shapes. The modes
of alignment control which position to use, with values 'center', 'min', 'max', or 'none'. The alignment can also be positioned to a specific point, alignTo
.
Defaults:
- modes : ['center', 'center', 'min']
- group : false /* align all shapes as a group */
- alignTo : [0, 0, 0]