Guillaume Ayoub

Results 801 comments of Guillaume Ayoub

Hi! Thanks for the report. That’s a known problem we’re currently working on, as part of #2363. We should have great news soon!

If you’re interested in this issue, it’s time to test #2471! Feedback will be highly appreciated, even to say that it just works. 🙏

Hi @yanntrividic! I’ve just pushed a `debug` branch that provides a `--pdf-variant=debug` option. The result is a bit different because I’ve changed the way it works, but I think that...

If you’re interested in this issue, it’s time to test #2471! Feedback will be highly appreciated, even to say that it just works. 🙏

Hi! Do you have a problem with Debian’s WeasyPrint package? If so, you’ll find information [on this page](https://packages.debian.org/bookworm/weasyprint).

> the problem might come from a bug in the interpretation of the `text-anchor: middle` style. Yes, that’s exactly the problem. As the bug doesn’t happen in WeasyPrint, that uses...

Hi! With `image.png` corresponding to the PNG in your SVG file, I’ve tested this small C code: ```c #include #include int main() { cairo_surface_t *surface = cairo_image_surface_create_from_png ("/tmp/image.png"); if (cairo_surface_status(surface)...

> At the same time, cairosvg is capable of dealing with this broken file if it goes along another branch) We wont fix this, according to the [project’s philosophy](https://cairosvg.org/documentation/#philosophy) that...

Hi! Thanks for this bug report. That’s actually because `display: contents` is not supported. I change the title accordingly.

That’s another problem caused by the fact that `label` elements are by default inline elements, and they’re wrapped inside anonymous block elements (instead of being flex items, as they should...