The [[Board]]
Flips everything in the board horizontally
editor.board.flip.horizontal()
Flips everything in the board vertically
editor.board.flip.vertical()
Flips selected shapes horizontally
editor.board.flip.vertical(this.board.selection.shapes)
Flips the given shapes horizontally
Optional
shapes: ShapeModel<Shape<ShapeConfig> | Group, ShapeConfig>[]List of the [[ShapeModel | Shapes]]
Flips the given shapes vertically
Optional
shapes: ShapeModel<Shape<ShapeConfig> | Group, ShapeConfig>[]List of the [[ShapeModel | Shapes]]
Lets the shapes to get flipped vertically and horizontally