mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-20 11:21:51 +00:00
Document strokeDashArray on fabric.Rect
This commit is contained in:
parent
9e10349558
commit
4d037e979a
1 changed files with 8 additions and 1 deletions
|
|
@ -38,6 +38,13 @@
|
|||
*/
|
||||
ry: 0,
|
||||
|
||||
/**
|
||||
* Used to specify dash pattern for stroke on this object
|
||||
* @property
|
||||
* @type Array
|
||||
*/
|
||||
strokeDashArray: null,
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
* @method initialize
|
||||
|
|
@ -309,4 +316,4 @@
|
|||
return new fabric.Rect(object);
|
||||
};
|
||||
|
||||
})(typeof exports !== 'undefined' ? exports : this);
|
||||
})(typeof exports !== 'undefined' ? exports : this);
|
||||
|
|
|
|||
Loading…
Reference in a new issue