Skip to content

canvas.toDataURL is not can work #15

Open
@April-D-phil

Description

@April-D-phil

i want to use make a image and append in my dom, but not work in IE8. what's the problem?
...
var image = canvas.toDataURL("image/png");
var img = document.createElement("img");
img.src = image;
img.width = canvas.width;
img.height = canvas.height;
$("#id").append(img);
...

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