Rumah > Soal Jawab > teks badan
P粉6688042282023-08-24 18:10:17
penyelesaian jbeard4 berfungsi dengan baik.
Saya menggunakan Raphael SketchPad untuk mencipta SVG. Pautan ke fail dari langkah 1.
Untuk butang "Simpan" (id svg ialah "editor" dan id kanvas ialah "kanvas"):
$("#editor_save").click(function() { // the canvg call that takes the svg xml and converts it to a canvas canvg('canvas', $("#editor").html()); // the canvas calls to output a png var canvas = document.getElementById("canvas"); var img = canvas.toDataURL("image/png"); // do what you want with the base64, write to screen, post to server, etc... });
P粉5949413012023-08-24 00:54:48
Begini cara melakukannya melalui JavaScript: