Line Dash offset

This commit is contained in:
Thomas Chandelle
2016-11-08 15:38:00 +01:00
parent fd1029600b
commit 7a4ae3a6ac
17 changed files with 150 additions and 15 deletions
+9
View File
@@ -7145,6 +7145,7 @@ olx.style.RegularShapeOptions.prototype.atlasManager;
* lineCap: (string|undefined),
* lineJoin: (string|undefined),
* lineDash: (Array.<number>|undefined),
* lineDashOffset: (number|undefined),
* miterLimit: (number|undefined),
* width: (number|undefined)}}
*/
@@ -7191,6 +7192,14 @@ olx.style.StrokeOptions.prototype.lineJoin;
olx.style.StrokeOptions.prototype.lineDash;
/**
* Line dash offset. Default is '0'.
* @type {number|undefined}
* @api
*/
olx.style.StrokeOptions.prototype.lineDashOffset;
/**
* Miter limit. Default is `10`.
* @type {number|undefined}