Matthew Vlietstra
Results
2
comments of
Matthew Vlietstra
Managed to get SVG's to render using Canvg and patching the jspdf drawImage: ``` var ctx = pdf.canvas.getContext("2d"); const oldDrawImage = ctx.drawImage; ctx.drawImage = (image, sx, sy, sWidth, sHeight, dx,...
Fantastic, thanks a lot :)