Searched refs:CreateShapeHandler (Results 1 – 1 of 1) sorted by relevance
49311 function CreateShapeHandler(canvas) { class49315 CreateShapeHandler.$inject = [ 'canvas' ];49328 CreateShapeHandler.prototype.execute = function(context) {49363 CreateShapeHandler.prototype.revert = function(context) {49379 CreateShapeHandler.call(this, canvas);49382 inherits$1(CreateLabelHandler, CreateShapeHandler);49390 var originalExecute = CreateShapeHandler.prototype.execute;49413 var originalRevert = CreateShapeHandler.prototype.revert;50876 'shape.create': CreateShapeHandler,