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