Guillaume Ayoub
Guillaume Ayoub
> Well, I didn't try to solve #1555. I was investigating a leak in my long running windows service that appeared after upgrading Weasyprint and GTK. In retrospect I should...
@jesson1 Is there anything more we can do for you?
> We also have a problem here that a memory leak occurs. We could now trace the problem back to the fact that the RAM is always slightly increased (~6MB)...
Following #1555, here’s a small and simple script trying to reproduce the memory leak: ```python import gc import os from psutil import Process from weasyprint import HTML content = f"""...
Hi! Having `column-gap` supported for multi-column layout is only the first step. `row-gap` and `gap` work on very different environments (flex, grid…) and require a lot of changes to be...
Hello! > I am well aware that this specification is far from being a W3C standard or even a draft. Nevertheless the document states that "most of this specification has...
That's a good idea! If you know what these properties are (I don't), it's probably easy to add: we use the pdfrw library to modify the generated PDF file, we...
Thanks a lot for this bug report and for the examples. > But although Weasyprint manages the horizontal-positioning trick well, the vertical offsets are not as expected: That’s sad 😢....
I actually understand what Chrome does in your example. The default position of an absolute box is "static position" (ie. the position it should have if it wasn’t absolute). In...
> Is there a way to change the colour profile to CMYK? Whilst it's easy to use PIL for jpgs, I haven't found a way to do it for entire...