Open In App

Fabric.js Group Class Complete Reference

Fabric.js is an open-source JavaScript canvas library, which provides the interactive object model built on top of the canvas element. It is also an SVG-to-canvas & canvas-to-SVG parser. The Group in Fabric.js is a simple way to categorize any Fabric objects into a single entity, in order to work with those objects as a single unit. As a consequence of grouping, all the objects can be moved & even modified together, along with scale, group, rotate, and even change their presentational properties ie., their color, transparency, borders, etc. The complete list of the Group class properties are given below:

 

Members:


Article Tags :