Guillaume Ayoub
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:  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?