Document strokeDashArray on fabric.Rect

This commit is contained in:
kangax 2013-04-04 12:51:47 +02:00
parent 9e10349558
commit 4d037e979a

View file

@ -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);