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