Add ol.render.canvas.FillState
This commit is contained in:
@@ -3,6 +3,12 @@ goog.provide('ol.render.canvas');
|
|||||||
goog.require('ol.color');
|
goog.require('ol.color');
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @typedef {{fillStyle: string}}
|
||||||
|
*/
|
||||||
|
ol.render.canvas.FillState;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @const
|
* @const
|
||||||
* @type {string}
|
* @type {string}
|
||||||
|
|||||||
Reference in New Issue
Block a user