Add ol.render.canvas.StrokeState

This commit is contained in:
Tom Payne
2014-01-23 03:22:23 +01:00
parent 5645a7e603
commit e2b2c7f3e0

View File

@@ -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}