Lukas Holländer
Lukas Holländer
@xurenda You are right, PDF supports masking and it would probably be possible to add support for the feature. It just hasn't been implemented so far, because it's used rather...
Yes, text paths are not supported. See also #82. We would be very happy about a pull request, though ;)
Specification reference: https://www.w3.org/TR/SVG2/text.html#TextLayoutPath For an implementation we might "steal" some code from [Canvg](https://github.com/canvg/canvg/blob/master/src/Document/TextPathElement.ts).
Sure, go ahead ;)
CSS Variables are not supported ATM. In https://github.com/yWorks/svg2pdf.js/blob/master/src/context/stylesheets.ts#L187, `getPropertyValue` just returns something like `'var(--color)'`. The variable would have to be resolved manually, which is currently not done. A pull request...
Thanks for the answer. Unfortunately, this also doesn't work. When I open `style.css` in the devtools, it shows me this: ``` import { style } from '/_wmr.js'; style("/style/style.css?asset", "..\\style\\style.css"); const...
Good idea. I would happily merge a PR.
Closing this, feel free to reopen ;)
Yes, that's a bug. The links are written when the pages are finalized. [Here](https://github.com/MrRio/jsPDF/blob/master/src/modules/annotations.js#L125) the `getHorizontal/VerticalCoordinateString` functions are no longer valid (they use the dimensions of the last active page)....
Thanks! What additional information do you need exactly?