Guillaume Ayoub

Results 801 comments of 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: ![2_1_5](https://user-images.githubusercontent.com/952243/130135708-1a049647-65e2-480d-83de-d96f0ccd071a.png) 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...