Add ol.render.canvas.StrokeState
This commit is contained in:
@@ -9,6 +9,17 @@ goog.require('ol.color');
|
|||||||
ol.render.canvas.FillState;
|
ol.render.canvas.FillState;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @typedef {{lineCap: string,
|
||||||
|
* lineDash: Array.<number>,
|
||||||
|
* lineJoin: string,
|
||||||
|
* lineWidth: number,
|
||||||
|
* miterLimit: number,
|
||||||
|
* strokeStyle: string}}
|
||||||
|
*/
|
||||||
|
ol.render.canvas.StrokeState;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @const
|
* @const
|
||||||
* @type {string}
|
* @type {string}
|
||||||
|
|||||||
Reference in New Issue
Block a user