Guillaume Ayoub

Results 802 comments of Guillaume Ayoub

Hi! Thanks for the bug report. We should follow [the HTML specification](https://html.spec.whatwg.org/#downloading-hyperlinks) to set the filename.

Hi! Thanks for the report. That’s right, when a SVG file is drawn multiple times, it’s included multiple times. That’s not the case for raster images, because a cache is...

> Is there a planned update for WeasyPrint to address this issue? There’s nothing planned for this issue. If you (or anyone) is interested in solving this issue, the first...

The problem is that some SVG filters are not handled (namely `feColorMatrix` in your example). Here’s a smaller file adapted from your example: ![svgtest](https://github.com/Kozea/WeasyPrint/assets/952243/2c257650-6245-4a8f-91df-da168a4f0d87) I don’t know what’s possible to...

Hi! We didn’t find anything really specific to page breaks in table cells, and currently `break-inside: avoid` in tds avoids to split the content of `td` between pages (even if...

Hi! > Now, my suggestion is to make it so that the filename is mentioned in the logs. This is due to the fact that an API user can use...

Hi! Thanks for this bug report. It really looks like #1102, do you think that it’s the same problem?

> I'm wondering whether this is a bug that is rooted in intentional behavior for column-less pages. It’s a bug! `break-before` and ` break-after` is broken in columns.

> I've also noticed where it seems like a page break actually generates a column break instead, so that might be related... Yes, it’s totally broken. (Also related to #1856.)

Hi! Could you please share an example, so that we can perfectly understand what you are talking about?