Guillaume Ayoub
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...