Add lineCap property to ol.style.Stroke

This commit is contained in:
Frederic Junod
2013-11-28 09:35:13 +01:00
parent 2211aec553
commit b210073ef0
6 changed files with 49 additions and 2 deletions
+5
View File
@@ -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}
*/