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:
- Fabric.js Group angle Property
- Fabric.js Group backgroundColor Property
- Fabric.js Group borderColor Property
- Fabric.js Group borderDashArray Property
- Fabric.js Group borderOpacityWhenMoving Property
- Fabric.js Group borderScaleFactor Property
- Fabric.js Group centeredRotation Property
- Fabric.js Group centeredScaling Property
- Fabric.js Group cornerColor Property
- Fabric.js Group cornerDashArray Property
- Fabric.js Group cornerSize Property
- Fabric.js Group cornerStrokeColor Property
- Fabric.js Group cornerStyle Property
- Fabric.js Group dirty Property
- Fabric.js Group evented Property
- Fabric.js Group fill Property
- Fabric.js Group fillRule Property
- Fabric.js Group flipX Property
- Fabric.js Group flipY Property
- Fabric.js Group hasBorders Property
- Fabric.js Group hasControls Property
- Fabric.js Group height Property
- Fabric.js Group hoverCursor Property
- Fabric.js Group includeDefaultValues Property
- Fabric.js Group left Property
- Fabric.js Group lockMovementX Property
- Fabric.js Group lockMovementY Property
- Fabric.js Group lockRotation Property
- Fabric.js Group lockScalingFlip Property
- Fabric.js Group lockScalingX Property
- Fabric.js Group lockScalingY Property
- Fabric.js Group lockSkewingX Property
- Fabric.js Group lockSkewingY Property
- Fabric.js Group minScaleLimit Property
- Fabric.js Group moveCursor Property
- Fabric.js Group objectCaching Property
- Fabric.js Group opacity Property
- Fabric.js Group originX Property
- Fabric.js Group originY Property
- Fabric.js Group padding Property
- Fabric.js Group paintFirst Property
- Fabric.js Group perPixelTargetFind Property
- Fabric.js Group scaleX Property
- Fabric.js Group scaleY Property
- Fabric.js Group selectable Property
- Fabric.js Group selectionBackgroundColor Property
- Fabric.js Group skewX Property
- Fabric.js Group skewY Property
- Fabric.js Group statefullCache Property
- Fabric.js Group stroke Property
- Fabric.js Group strokeDashArray Property
- Fabric.js Group strokeDashOffset Property
- Fabric.js Group strokeLineCap Property
- Fabric.js Group strokeLineJoin Property
- Fabric.js Group strokeMiterLimit Property
- Fabric.js Group strokeUniform Property
- Fabric.js Group strokeWidth Property
- Fabric.js Group subTargetCheck Property
- Fabric.js Group top Property
- Fabric.js Group touchCornerSize Property
- Fabric.js Group transparentCorners Property
- Fabric.js Group type Property
- Fabric.js Group useSetOnGroup Property
- Fabric.js Group visible Property
- Fabric.js Group width Property