Home
last modified time | relevance | path

Searched refs:defaultCursor (Results 1 – 2 of 2) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js5 … 255, 0.3)",selectionLineWidth:1,hoverCursor:"move",moveCursor:"move",defaultCursor:"default",free…
6defaultCursor)}else{this._setCursorFromEvent(e,target)}}else{this._transformObject(e)}this.fire("m…
13defaultCursor=this.canvas.moveCursor="text"}this.borderColor=this.editingBorderColor;this.hasContr… property in canvas.AnonymousFunction148c19c32d700._savedProps
H A Dfabric.js8090 defaultCursor: 'default',
9677 this.setCursor(this.defaultCursor);
9795 this.setCursor(this.defaultCursor);
9826 this.setCursor(this.defaultCursor);
10038 this.setCursor(this.defaultCursor);
21910 this.canvas.defaultCursor = this.canvas.moveCursor = 'text';
21942 defaultCursor: this.canvas && this.canvas.defaultCursor, property in AnonymousFunction064b60f12d900._savedProps
21962 this.canvas.defaultCursor = this._savedProps.defaultCursor;