Implement getImageSize in ol.style.Circle and RegularShape
This commit is contained in:
@@ -132,6 +132,12 @@ ol.style.Image.prototype.getImage = goog.abstractMethod;
|
||||
ol.style.Image.prototype.getImageState = goog.abstractMethod;
|
||||
|
||||
|
||||
/**
|
||||
* @return {ol.Size} Image size.
|
||||
*/
|
||||
ol.style.Image.prototype.getImageSize = goog.abstractMethod;
|
||||
|
||||
|
||||
/**
|
||||
* @param {number} pixelRatio Pixel ratio.
|
||||
* @return {HTMLCanvasElement|HTMLVideoElement|Image} Image element.
|
||||
|
||||
Reference in New Issue
Block a user