Lukas Holländer
Lukas Holländer
Using jspdf 2.5 instead of 2.0 seems to resolve the issue, can you confirm @jamesbley-rhythm?
Thanks for this bug report. I think the issue is not that the dx is applied in a wrong way but that the space in ``` ``` is trimmed away....
You're using percentage values for the gradient attributes. These are currently [not supported](https://github.com/yWorks/svg2pdf.js/issues/82#issue-440627211). Please try using pixel values and see if the issue persists.
Thanks for the report. I cannot reproduce the first case where the preserveAspectRatio is on the nested `` tag:  Which version of svg2pdf and jsPDF are you using? The...
If you decide to try creating a pull request, here is project-specific info: https://github.com/yWorks/svg2pdf.js/blob/master/CONTRIBUTING.md#pull-requests. I think the PR will only be a few lines of code, so you might try.
Please reduce your SVG to just the text where the fonts are not applied.
Thank you for reducing the SVG. Regarding the font issue: could also attach a PDF of the reduced SVG, please? Regarding the underline and strike-through: a PR would be very...
The upstream project (https://github.com/MrRio/jsPDF) recently got support for Webp images. We merged the features of this fork into the upstream repository some time ago and yWorks is now co-maintainer of...
There is no fixed release date, yet. Probably within the next weeks. You can turn on by passing `compress: true` to the jsPDF options, but this won't help much if...
There is already a `setLineDashPattern` method. We can probably just delegate to it. Also, in "advanced" API mode we should not scale the values by `k`.