flyingsaucerproject / flyingsaucer

XML/XHTML and CSS 2.1 renderer in pure Java
Other
1.99k stars 556 forks source link

Fix center image and glyph list item marker #302

Closed haramon closed 5 months ago

haramon commented 6 months ago

The image and glyph list item marker are not perfectly vertically centered.

Before: The center of the text baseline and the ascent is used as the baseline (which does not consider the line height and therefore places the marker a little bit more to the top).

Fix: The center of the ascent and the descent is used as the baseline.

also see wiki


Results: The results are screenshots of the demo sample list.xhtml.

Before: list_before

Fix: list_after

haramon commented 5 months ago

hi @asolntsev it would be great if you can take a look at this PR

thanks in advance :)

haramon commented 5 months ago

thanks a lot 👍

asolntsev commented 5 months ago

@haramon Thank you for the contribution. I've released the fix as FS 9.7.2