Searched refs:minScaleLimit (Results 1 – 2 of 2) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 11043 minScaleLimit: 0.01, property 11395 this.minScaleLimit = toFixed(Math.min(0.1, 1/Math.max(this.width, this.height)), 2); 12508 if (Math.abs(value) < this.minScaleLimit) { 12510 return -this.minScaleLimit; 12513 return this.minScaleLimit;
|
| D | fabric.min.js | 6 …minScaleLimit:.01,selectable:true,evented:true,visible:true,hasControls:true,hasBorders:true,hasRo… property
|