Philipp Hagemeister
Philipp Hagemeister
Thank you for the report. Image support would be a completely new function - building upon minipdf.js, but not the current form-filling parts. I'll look into it, with low priority...
[Here is code from my (unrelated) project](https://github.com/phihag/bup/blob/master/js/svg2pdf.js#L4) which parses an SVG path (no curves as of writing, but planned). If this function returns a `path`, simply call `pdf.lines(path.acc, path.x1, path.y1,...
No worries, thanks for looking into it!