Guillaume Ayoub
Guillaume Ayoub
Hello @zopyx. This first version supporting PDF/A is experimental, as explained in the warning message. For the moment, using the `pdf/a-3b` option doesnāt check all the rules required to get...
> I just wanted to bring this issue to your attention. I am aware that this is a beta. š > Setting `html { image-rendering: crisp-edges }` should happen automatically....
Iām not sure that the image should be surrounded by a green border. Browsers (even if they donāt support `running`) also draw the border through the image, because the span...
The problem is caused by the space before the image. This leading space should be removed, but itās not. The span is split into 2 lines, the first one with...
@zopyx Do you have a copy of the original sample? Itās been removed from Dropbox and I canāt remember how we can reproduce the bug.
Iāve found a way to reproduce, and itās not fixed yet⦠```html @page { @top-center { content: element(heading); } } span { border: 5px solid pink; position: running(heading); } img...
@LucienD You're lucky, [the algorithm has already been done for you](https://www.w3.org/TR/css-grid-1/#algo-overview) :wink:.
Hello @MindFluid! > where in the project would I start to begin figuring out how I may contribute this? > I haven't worked on complex python projects such as this,...
> Is any work being done on this? Nobody's working on that as far as I know.
> I need this. Send help. Hello @rarenatoe. Iād love to have this feature too. Everybody does. But unfortunately I donāt have the time to implement it: the amount of...