Guillaume Ayoub

Results 801 comments of Guillaume Ayoub

We’re almost done with this issue! The only problem left is the width of the radio buttons. ![Image](https://github.com/user-attachments/assets/9df34c32-69c0-4a94-9138-28abff0a01c4) (For the record: the numbers transformed into emojis are caused by the...

Bug is closed and tested in the flex branch, see https://github.com/Kozea/WeasyPrint/issues/2362.

Hi. Thanks for your pull request. The problem with supporting API mode is that it’s an endless source of possible bugs. We already had to handle many problems with the...

> The relevant part of the cffi docs here https://cffi.readthedocs.io/en/stable/overview.html#abi-versus-api lists reasons I can’t remember how many times I’ve already read this chapter :smile:. Yes, API mode is technically better...

Hi! Here’s what I get with your sample and WeasyPrint 65.1, I think that it’s what we want: [missing.pdf](https://github.com/user-attachments/files/20728164/missing.pdf) Don’t you get the other 2 pages?

> Resurrecting this old thread because I've encountered the same issue with weasyprint v63.1. It seems to have been introduced between 62.3 (no issue) and 63.1 (issue started) - I...

Recent versions of WeasyPrint should be better at discarding wrong local matches, but the problem remains when the local font actually exists: we mix the local and the distant font...

> As a final note: is this sorting of hyphenation file names needed anyways? It is required to always have the same dictionaries for short names. > The following patch...

Thanks for the bug report. This bug happens because the SVG includes useless masks and filters with width/height set to 0. This could be possible to support these masks (and...