Line Dash offset
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user