On Sun, Sep 22, 2024 at 01:25:11PM +0100, Gavin Smith wrote: > It would be better not to have rounded corners at all, as with the > old output "cartouche-borders.png".
The new relative border indeed looks wrong but the previous output was not very good either. > Alternatively, using an absolute value, such as "border-radius: 10px" > produces a better result: see "rounded-pixels.png". "border-radius: 0.5em" > may be better as this should depend on the font size: see "rounded-em.png". border-radius: 0.5em seems to be the best to me, I'll do the change. -- Pat