Sebastian Müller

Results 81 comments of Sebastian Müller

Ah - this is about [this set of versions](https://github.com/Solangetatiana/example-path-svg2pdf/blob/main/package.json) - isn't it? So did you already try debugging it yourself?

Did you try with a more recent version of angular (newest version 9, or even 10?) I remember there were many issues in version 8. If you're looking to crash...

This is a minor issue. This would require a lot of work that is probably not worth the investment. There are more complex issues with font rendering and font-kerning that...

I can confirm that this doesn't work. I guess the important part of the spec is the following. It also hints at the workaround or possible implementation in the conversion:...

Interestingly this seems to work with values which are not `0` and having two different colors both at `0` really doesn't make any sense. So I would suggest to also...

You're right; both (at least Chrome) and the PDF are wrong and behave against the spec. Even with both offsets at exactly 0 you should not be seeing this thin...

Regarding opacity: AFAIK PDF does not support different opacities per gradient stop. A global opacity can be applied to the whole gradient, though. The only workaround is to precalculate the...

I like the proposed API - we could discuss whether adding another level in between like this is more future-proof, but I don't really have a strong opinion here, now:...

Unfortunately, there was no progress, here, so far. We would have removed the "help wanted" tag if we were working on the task. HackbrettXXX is not available at the moment...

This indeed is not supported and "html2pdf" is definitely out of scope for "svg2pdf". With the help of something like this: http://www.techumber.com/html-to-pdf-conversion-using-javascript/ you can probably get something like this to...