Add missing lineDashOffset to ol/style/RegularShape~RenderOptions typedef

This commit is contained in:
Frederic Junod
2018-04-30 11:17:25 +02:00
parent 2894251eed
commit 7ed10b9579

View File

@@ -40,6 +40,7 @@ import ImageStyle from '../style/Image.js';
* @property {number} size
* @property {string} lineCap
* @property {Array.<number>} lineDash
* @property {number} lineDashOffset
* @property {string} lineJoin
* @property {number} miterLimit
*/