Guillaume Ayoub
Guillaume Ayoub
Weāre almost done with this issue! The only problem left is the width of the radio buttons.  (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...
@behdad It works perfectly, thanks a lot!