diff --git a/src/rect.class.js b/src/rect.class.js index f6d6d317..763d20e1 100644 --- a/src/rect.class.js +++ b/src/rect.class.js @@ -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); \ No newline at end of file +})(typeof exports !== 'undefined' ? exports : this);