Skip to content

Chrome image performance #69

@Joncom

Description

@Joncom

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions