Pass pixelRatio to canvasFunction

This commit is contained in:
Éric Lemoine
2014-01-09 14:50:32 +01:00
parent 2633d8784c
commit 2ed5e2a3d7
3 changed files with 11 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ goog.provide('ol.CanvasFunctionType');
/**
* @typedef {function(this:ol.source.ImageCanvas, ol.Extent, number, ol.Size,
* ol.proj.Projection): HTMLCanvasElement}
* @typedef {function(this:ol.source.ImageCanvas, ol.Extent, number,
* number, ol.Size, ol.proj.Projection): HTMLCanvasElement}
*/
ol.CanvasFunctionType;