Guillaume Ayoub

Results 801 comments of Guillaume Ayoub

Hi! Thanks for this bug report. > 1\. rendering it takes a really long time (about 90 CPU seconds compared to less than 3 before) and the result is not...

Oh, I know what’s going on. Your rule should be `body:before`, not `body :before`. `body :before` is equivalent to `body *:before`, meaning that all the descendants of your `body` tag...

> I suspect the "right" way to fix this is to return a value indicating whether there has been a space in the line so far or not, and setting...

Hello! > google looks like this I’m surprised to see that a page that’s not at all designed for print is rendered pretty well :smile:. Improving the style of inputs...

Thanks a lot for the bug report. The problem is not a regression of #794 / #798, it happens when all these conditions are met: - a footnote should be...

> the column-span css property doesn't seem to be supported at current? From [the documentation](https://doc.courtbouillon.org/weasyprint/stable/api_reference.html?highlight=column%20span#css-multi-column-layout-module): "The column-span property is supported for direct children of columns".

Hello! When the size of the footer is fixed (it is here), you can add a bottom padding (that equals to the footer’s height) to the main container. We should...

(And I don’t know why I didn’t see this issue earlier, sorry for the delay.)

More information about Cairo and the future of external dependencies: https://github.com/Kozea/WeasyPrint/issues/841#issuecomment-773941914.

> I'm so glad that WeasyPrint now supports SVGs in v53. I plan to use the software to create labels with barcodes, and it's just so much more efficient to...