Skip to content

Chrome image performance #69

Open
Open
@Joncom

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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