Searched defs:intersecting (Results 1 – 2 of 2) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 4 …sourceFromHsl=function(color){var match=color.match(Color.reHSLa);if(!match){return}var h=(parseFl… 8 …se{this.canvas.bringToFront(this)}return this},sendBackwards:function(intersecting){if(this.group)… argument
|
H A D | fabric.js | 7032 sendBackwards: function (object, intersecting) { argument 7049 _findNewLowerIndex: function(object, idx, intersecting) { argument 7082 bringForward: function (object, intersecting) { argument 7099 _findNewUpperIndex: function(object, idx, intersecting) { argument 12682 sendBackwards: function(intersecting) { argument 12684 fabric.StaticCanvas.prototype.sendBackwards.call(this.group, this, intersecting); argument 12698 bringForward: function(intersecting) { argument 12700 fabric.StaticCanvas.prototype.bringForward.call(this.group, this, intersecting); argument
|