final ich will nicht mehr

This commit is contained in:
Andreas Grasser 2022-11-28 20:51:10 +01:00
parent ab5effc3a0
commit 8176d56441
No known key found for this signature in database
GPG key ID: A6A70D76EF291D77

View file

@ -91,7 +91,7 @@ function loadImage(ctx, url, x, y, r) {
remainingImg -= 1;
if (remainingImg <= 0) {
document.getElementById("btn_download").href = document.getElementById("canvas").toDataURL("image/png;base64")
document.getElementById("btn_download").href = document.getElementById("canvas").toDataURL("image/png");
document.getElementById("btn_download").style.display = "inline";
}
};