Add miterLimit property to ol.style.Stroke
This commit is contained in:
@@ -25,6 +25,11 @@ ol.style.Stroke = function(options) {
|
||||
*/
|
||||
this.lineJoin = options.lineJoin;
|
||||
|
||||
/**
|
||||
* @type {number|undefined}
|
||||
*/
|
||||
this.miterLimit = options.miterLimit;
|
||||
|
||||
/**
|
||||
* @type {number|undefined}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user