Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js5 …],selectionBorderColor:"rgba(255, 255, 255, 0.3)",selectionLineWidth:1,hoverCursor:"move",moveCurs…
6hoverCursor||this.hoverCursor)}else{this._setCornerCursor(corner,target)}}return true},_setCornerC…
13hoverCursor="text";if(this.canvas){this.canvas.defaultCursor=this.canvas.moveCursor="text"}this.bo… property in canvas.AnonymousFunction148c19c32d700._savedProps
H A Dfabric.js8076 hoverCursor: 'move',
9806 this.setCursor(target.hoverCursor || this.hoverCursor);
10897 hoverCursor: null,
21907 this.hoverCursor = 'text';
21941 hoverCursor: this.hoverCursor, property in AnonymousFunction064b60f12d900._savedProps
21955 this.hoverCursor = this._savedProps.overCursor;