Matthew Vlietstra
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 :)
A workaround to get it to display is to set the fontSize (only seems to work for AcroFormListBox)  