Guillaume Ayoub

Results 801 comments of Guillaume Ayoub

Using a green [elliptical arc curve](https://www.w3.org/TR/SVG2/paths.html#PathDataEllipticalArcCommands) in front of a white circle should work too. It’s not easy to get the right parameters, but definitely possible.

Hi! Thanks for this bug report. The problem is caused by the support of page breaks in floats. The problem is that we force to draw the beginning of a...

Hi! Thanks for the bug report. > In the end this is probably more an issue of Adobe Reader than of weasyprint, but it still looks award. You’re right, that’s...

> So, the solution to be compatible with Adobe Reader it would be to write only the first author to `/Author`. I prefer to keep the current behavior, it’s probably...

Please add a comment if there’s anything more we can do about this topic.

Hi! The `type` attribute is not applied by default, but you can apply it with the `--presentational-hints` option. Using presentational hints is not encouraged, you should use [CSS rules](https://www.w3.org/TR/css-lists-3/) instead...

> but there is still an issue with bad countering when they are nested OL Damn!

This bug is really dirty. Here’s where it comes from. The CSS specification gives [an example](https://www.w3.org/TR/css-lists-3/#ua-stylesheet) of the default user agent stylesheet. It includes a `ol, ul { counter-reset: list-item...

(Note that there’s an easy workaround in your case using the `list-item` counter instead of `roman`.)

Hello @chutchut, Thank you for this bug report! WeasyPrint only knows `src` attribute for iframes, not `srcdoc`. That’s why it doesn’t work. If you’re new and are interested to contribute:...