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