Guillaume Ayoub
Guillaume Ayoub
I donāt know. Maybe thereās such a feature in Cairo, but itās unlikely. Whatās your use case?
Oh, OK, very interesting!
Thanks for reporting! Yes, [it's documented](http://cairosvg.org/svg_support/#styling). It's not supported, and will probably never be :cry:. I'm changing the title of this issue for something larger. [Many tests](https://github.com/Kozea/CairoSVG/tree/master/test/fail/text) are available if...
Unfortunately, underlining text is not easily possible in a clean way with [Cairo](https://www.cairographics.org/) (the drawing library used by CairoSVG), whose text-related functions are really simple. The solution would be to...
It doesn't work for me with Noto :cry:. I don't know why it doesn't work.
It's not supported at all :cry:, but it's probably quite easy to add some code to enable users to make what they want from `foreignObject`s. What's your use case?
Hello, and thank you for your report. Could you please share the original SVG file?
No problem! I donāt have the problem with your file, hereās what I get:  Your problem is actually the same as Kozea/WeasyPrint#1343. Itās [a bug in Cairo](https://gitlab.freedesktop.org/cairo/cairo/-/issues/449) thatās already...
@luoyu-123 Could you please share the generated PDF?
The problem is not caused by the version of Cairo. Weāve tried hard to reproduce the problem, but we didnāt manage to get your rendering. The problem happens because the...