Guillaume Ayoub
Guillaume Ayoub
046f27bf fixes the problem caused by the bottom padding of the `div`: when this padding overflows, the `p` is now re-rendered with a smaller space, and the end of the...
This bug is fixed with the recent improvements of multicolumn layout.
The flexbox itemsâ margins should probably collapse with their childrenâs. Removing the bottom margin of the h1 should work as a dirty workaround.
@flintflump Thanks a lot for your help. > * It seems that this PR depends on some unpublished changes in pydyf. I made my own version of pydyf to make...
Hi! We used to support text on a path when we were using CairoSVG, but now itâs a really, really more difficult. Cairo provides a [`copy_path_flat`](https://github.com/Kozea/CairoSVG/blob/45b82fa0790461cd591afcfdf0e8e9631922127e/cairosvg/text.py#L152) that gives an approximation...
> Thank you for your reply! My goal is to put text in an arc shape. Is there any workaround or different solution that you would suggest that is supported?...
Hello! Could you please provide an example?
Looks like a problem with CMYK, really like #315. It was supposed to be fixed in Cairo 1.15.4, I donât know why itâs still there with 1.16.
> Looks like a problem with CMYK, really like #315. It was supposed to be fixed in Cairo 1.15.4, I donât know why itâs still there with 1.16. Here is...
The bug remains, even without Cairo.