yWorks / svg2pdf.js

A javascript-only SVG to PDF conversion utility that runs in the browser. Brought to you by yWorks - the diagramming experts
MIT License
667 stars 104 forks source link

Fixed the incorrect SvgPath AMD dependency #13

Closed timgentry closed 7 years ago

timgentry commented 7 years ago

This fixes the AMD definition of the SvgPath dependency "./SvgPath" which is currently relative and breaks if you try to use svg2pdfs.js with ES2015 style imports. The CommonJS definition is correct and unaltered.

Longer term might it be worth letting the build tool add the UMD wrapper?