Does ig.Image.resize need the same fix that's already in ig.BackgroundMap, this one?
|
// Workaround for Chrome 49 bug - handling many offscreen canvases |
|
// seems to slow down the browser significantly. So we convert the |
|
// canvas to an image. |
|
var image = new Image(); |
|
image.src = chunk.toDataURL(); |
Does
ig.Image.resizeneed the same fix that's already inig.BackgroundMap, this one?Impact/lib/impact/background-map.js
Lines 116 to 120 in 823541c