New
v1.1.1
What's Changed
- fix:#18 Fixed an error when calling this.jspdfCtx.restoreGraphicsState() when the internal graphics state stack of jsPDF is empty by @lyrxiaoxiaoniao in https://github.com/lmn1919/dompdf.js/pull/19
- fix:#17 jspdf encryption default value by @lyrxiaoxiaoniao in https://github.com/lmn1919/dompdf.js/pull/21
- fix:#22 Remove CanvasRenderingContext2D instances and use the jsPDF API for all drawing Fix the issue where the exported image is blank when the URL of the img tag is an svg by @lyrxiaoxiaoniao in https://github.com/lmn1919/dompdf.js/pull/23
- fix:Add support for multiple fonts, and implement bold and italic formats by @lyrxiaoxiaoniao in https://github.com/lmn1919/dompdf.js/pull/30
- feat: upgrade dependencies jspdf@4.0.0,support background image gradient, repeat by @lyrxiaoxiaoniao in https://github.com/lmn1919/dompdf.js/pull/24
- update-docs by @lyrxiaoxiaoniao in https://github.com/lmn1919/dompdf.js/pull/32
- fix: fontConfig init error by @lyrxiaoxiaoniao in https://github.com/lmn1919/dompdf.js/pull/35
- fix: Cross-domain image rendering failed, but it does not affect the … by @lyrxiaoxiaoniao in https://github.com/lmn1919/dompdf.js/pull/36
- fix: Rendering Dashed Border or Dotted Border results in a blank page by @lyrxiaoxiaoniao in https://github.com/lmn1919/dompdf.js/pull/38