<div id="Contents">
<div style="float:left;margin-left:10px;">
<svg></svg>
</div>
<div style="float:left;margin-left:10px;">
<svg></svg>
</div>
</div>
Das ist mein HTML-Code. Ich möchte das Leinwandbild konvertieren.html und Svg zu Leinwand Javascript
html2canvas($("#Contents"), {
onrendered: function(canvas) {
window.open(canvas.toDataURL());
}
});
Ich benutze html2canvas Plugin für die Konvertierung in Bild, aber es zeigt nicht Svg. Ich löse Umwandlung Leinwand svg tp aber jetzt html2canvas funktioniert nicht
var $to=$("#MainContents").clone();
$($to).children(".box").each(function() {
var svg = ResizeArray[$(this).children(".box-content").children().attr("new-id")-1].svg();
var Thiscanvas = document.createElement("canvas");
Thiscanvas.setAttribute("style", "height:" + 100 + "px;width:" + 100+ "px;");
canvg(Thiscanvas, svg);
$(this).append(Thiscanvas);
});
html2canvas($($to), {
onrendered: function(canvasq) {
var w=window.open(canvasq.toDataURL());
w.print();
}
});
I SVG Leinwand umwandeln kann aber html2canvas Working-Funktion nicht.
[Fabric.js] (http://fabricjs.com) SVG auf Leinwand – kangax
http machen kann: // Stackoverflow .com/questions/14165426/can-html2canvas-rendern-svg-in-a-page – azad