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