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

View File

@@ -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}
*/