Guillaume Ayoub

Results 801 comments of Guillaume Ayoub

Wow. I was sure that iframe were supported by WeasyPrint. I was so sure that I’ve already told this [in #840](https://github.com/Kozea/WeasyPrint/issues/840#issuecomment-478487626). But it’s not. There’s no code about this. Not...

> Yes, I also considered the depth of nested iframes to render as a potential issue We already have the problem with nested SVG images, and many more documented [security...

Unfortunately, that’s probably not the text issue I’ll work on. But I can help someone who is interested in providing this feature!

It's not supported, but it's a good feature to have. https://drafts.csswg.org/css-color-4/#color-adjust

The property has been renamed to [`print-color-adjust`](https://www.w3.org/TR/2021/WD-css-color-adjust-1-20210616/#propdef-print-color-adjust).

Hi! Thanks for this bug report. I don’t think that Chrome is right to do what it does here. The specification says: > [The height property with a percentage value]...

> I see that it must be 96px / in based on the 1056px for the page height. Is this a constant defined somewhere? Yes, it’s defined in [the specification](https://drafts.csswg.org/css-values/#absolute-length)...

As discussed on Gitter, the `(x, y, width, height)` values are available using the `bounding_box` module on a node. We should probably use this to define where links have to...

This bug is not easy to fix, because: - there’s probably no way with Harfbuzz to get a non-variable font out of a variable font, - the PDF specification doesn’t...

@J-Cake Hi! > Any update on this? Unfortunately no. > I've worked with HarfBuzz before, so I kinda know my way around, so if I can be of assistance I'll...