Skip to content

Commit

Permalink
Update cuneistrokeorder.html
Browse files Browse the repository at this point in the history
  • Loading branch information
barionleg authored Oct 12, 2024
1 parent e256f7d commit 07fead9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuneistrokeorder.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
function to_image(){
var canvas = document.getElementById("myCanvas");
document.getElementById("canvasImg").src = canvas.toDataURL();
Canvas2Image.saveAsPNG(canvas);
Canvas2Image.saveAsSVg(canvas);
document.getElementById("canvasImg").style.visibility = 'hidden';
}

Expand Down

0 comments on commit 07fead9

Please sign in to comment.