Add miterLimit property to ol.style.Stroke

This commit is contained in:
Frederic Junod
2013-11-28 11:49:56 +01:00
parent 0bd77d3caf
commit bf9cd0a675
5 changed files with 54 additions and 8 deletions

View File

@@ -648,6 +648,7 @@
* @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} miterLimit Miter limit. Default is `10`.
* @property {number|undefined} width Width.
* @todo stability experimental
*/