Results 23 comments of Libor M.

Problem is identified. Adobe Acrobat rendered correctly. Google Chrome rendered correctly. Mozilla PDF.js rendered **incorrectly**. This viewer contains render bug. (source: https://github.com/bpampuch/pdfmake/pull/1631)

Workaround: ```js var dd = { pageSize: { width: 595.28, height: 841.89 }, background: function () { return { canvas: [ { type: 'rect', x: 0, y: 0, w: 595.28,...

pdfkit is defined in package.json, but is not used by svg-to-pdfkit: https://github.com/alafr/SVG-to-PDFKit/blob/f47005207f71a0d9c6b60939f0c8cb5a01917419/package.json#L11 pdfkit dependency could be removed and that will solve this issue.