Add lineCap property to ol.style.Stroke
This commit is contained in:
@@ -9,6 +9,12 @@ goog.require('ol.color');
|
||||
ol.render.canvas.defaultFillStyle = ol.color.fromString('black');
|
||||
|
||||
|
||||
/**
|
||||
* @const {string}
|
||||
*/
|
||||
ol.render.canvas.defaultLineCap = 'butt';
|
||||
|
||||
|
||||
/**
|
||||
* @const {ol.Color}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user