Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js6 …(options);this._initClipping(options)},transform:function(ctx,fromLeft){var center=fromLeft?this._… argument
H A Dfabric.js11243 transform: function(ctx, fromLeft) { argument
11244 var center = fromLeft ? this._getLeftTopCoords() : this.getCenterPoint();