Add lineJoin property to ol.style.Stroke

This commit is contained in:
Frederic Junod
2013-11-28 11:27:19 +01:00
parent b8dbac77bc
commit 0bd77d3caf
5 changed files with 48 additions and 2 deletions

View File

@@ -647,6 +647,7 @@
* @typedef {Object} ol.style.StrokeOptions
* @property {ol.Color|string|undefined} color Color.
* @property {string|undefined} lineCap Line cap style: `butt`, `round`, or `square`. Default is `butt`.
* @property {string|undefined} lineJoin Line join style: `bevel`, `round`, or `miter`. Default is `miter`.
* @property {number|undefined} width Width.
* @todo stability experimental
*/