Sebastian Müller
Sebastian Müller
No. There aren't any news. Believe me, when we reimplement a browser engine, we will definitely add this in a note somewhere ;-) Right now, we don't have plans to...
Seems like `dominant-baseline="text-before-edge"` is the unsupported attribute. That's a known issue, I guess. So this seems like a duplicate of #80
Yes, see #109 and this comment: https://github.com/yWorks/svg2pdf.js/pull/114#pullrequestreview-307052649 - this is a missing feature in jspdf, already, as far as I can tell.
Are you sure that removing that additional expression is *always* correct? What are your test-cases for the fix? Did you consider both the cases where the x and dx attributes...
Interesting... thanks for the report. Actually that element is not supposed to be there, anymore, after the export: https://github.com/yWorks/svg2pdf.js/blob/d6dd5f105df37a6a4593dcddca6d22216a1a570d/src/svg2pdf.ts#L53 https://github.com/yWorks/svg2pdf.js/blob/d6dd5f105df37a6a4593dcddca6d22216a1a570d/src/context/textmeasure.ts#L147
This is a nice feature to have, especially in the conjunction with `use` elements as differently-colored glyphs. I am using this in some of my apps, so currently this would...
I don't see we ever had support for this SVG feature in svg2pdf - can you provide sample input and output to prove your point?
Ideally, if the SVG spec produces one result, and the browsers agree on this, this should also be replicated in PDF. So if it doesn't, it's a bug. Whether this...
Thanks for the example. That's actually a coincidence: Up to 1.1.1 we obviously did *not* scale the strokes at all. If you remove the vector-effect in the 1.1.1 example you...
Thanks for the report and proposed fix! Honestly, I am not so much in favor of increasing the npm bundle size, just to make debugging a tiny bit easier. If...