Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js11043 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;
Dfabric.min.js6minScaleLimit:.01,selectable:true,evented:true,visible:true,hasControls:true,hasBorders:true,hasRo… property