Guillaume Ayoub
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...