qbdumont

Results 1 issues of qbdumont

``` $scope.init = function () { $scope.fabric = new Fabric({ JSONExportProperties: FabricConstants.JSONExportProperties, textDefaults: FabricConstants.textDefaults, shapeDefaults: FabricConstants.shapeDefaults, json: {} }); $scope.fabric.on('object:moving', function (e) { console.log("Object moving") }) };