Add miterLimit property to ol.style.Stroke
This commit is contained in:
@@ -648,6 +648,7 @@
|
||||
* @property {ol.Color|string|undefined} color Color.
|
||||
* @property {string|undefined} lineCap Line cap style: `butt`, `round`, or `square`. Default is `butt`.
|
||||
* @property {string|undefined} lineJoin Line join style: `bevel`, `round`, or `miter`. Default is `miter`.
|
||||
* @property {number|undefined} miterLimit Miter limit. Default is `10`.
|
||||
* @property {number|undefined} width Width.
|
||||
* @todo stability experimental
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user