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