-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Description
Does ig.Image.resize need the same fix that's already in ig.BackgroundMap, this one?
Impact/lib/impact/background-map.js
Lines 116 to 120 in 823541c
| // 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(); |
Metadata
Metadata
Assignees
Labels
No labels