mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-15 09:13:11 +00:00
Documentation additions.
This commit is contained in:
parent
1744469063
commit
f576ec797b
1 changed files with 14 additions and 0 deletions
|
|
@ -134,10 +134,24 @@
|
|||
*/
|
||||
containerClass: 'canvas-container',
|
||||
|
||||
/**
|
||||
* When true, object detection happens on per-pixel basis rather than on per-bounding-box
|
||||
* @property
|
||||
* @type Boolean
|
||||
*/
|
||||
perPixelTargetFind: false,
|
||||
|
||||
/**
|
||||
* Number of pixels around target pixel to tolerate (consider active) during object detection
|
||||
* @property
|
||||
* @type Number
|
||||
*/
|
||||
targetFindTolerance: 0,
|
||||
|
||||
/**
|
||||
* @method _initInteractive
|
||||
* @private
|
||||
*/
|
||||
_initInteractive: function() {
|
||||
this._currentTransform = null;
|
||||
this._groupSelector = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue