Lukas Holländer

Results 20 issues of Lukas Holländer

Here is a list of known issues/unsupported features. * `foreignObject` support * transforms on elements other than `path` within `clipPath` * `textPath` attribute * text stroking * textLength attribute *...

Gradients can reference other gradients as templates using the `href` attribute. See https://svgwg.org/svg2-draft/pservers.html#LinearGradientElementHrefAttribute

enhancement
help wanted
Hacktoberfest
difficulty:medium

The space between the following tSpans is slightly too large ```xml fe ``` compared to ```xml fe ```

bug

Currently, svg2pdf does not support units (except for some rare exceptions) and treats every dimension value as in PDF units. The PDF unit is specified in the jsPDF constructor (e.g....

Hacktoberfest
difficulty:medium

This is probably due to a missing viewBox transformation. However, reading the widths from bitmap images is probably not trivial.

Hacktoberfest
difficulty:hard

**Describe the bug** Link tags in the `index.html` file that point to a CSS file in a nested folder aren't included when starting the app: ```html ``` **To Reproduce** Steps...

bug
windows

Hello, currently, when I add a font, it is included into the final pdf file as a whole. Is this right? Would it be possible to only include characters or...

Hello there, first of all, thanks for this great effort to add arbitrary fonts to jsPDF. We are currently integrating this plugin into our fork https://github.com/yWorks/jsPDF in order to be...

Currently, there is no easy way to specify the desired width of the html in the PDF. The width can only be specified indirectly over `html2canvas`' `scale` option (similar to...

Feature Request
hacktoberfest
difficulty:medium

Seems like there is a bug with custom fonts and Georgian text. Repro: https://github.com/miriankakhidze/jspdf-georgian. The example uses the Calibri font. It works for English text but not for Georgian. The...

Bug
hacktoberfest
difficulty:hard