mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-09 12:51:26 -07:00
final ich will nicht mehr
This commit is contained in:
parent
ab5effc3a0
commit
8176d56441
1 changed files with 1 additions and 1 deletions
2
image.js
2
image.js
|
@ -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";
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue