https://bugs.kde.org/show_bug.cgi?id=472566
--- Comment #9 from Alvin Wong <al...@alvinhc.com> --- Git commit be074705f69b9ce930061d1aaa11b4dc9b7bf0fa by Alvin Wong. Committed on 08/08/2023 at 11:12. Pushed by alvinwong into branch 'krita/5.2'. text: Fix bounding box of bitmap glyphs in vertical mode This separates the bitmap draw rect (which had been used as the bounding box) and the bounding box for calculating ascent/descent. The bounding box now comes from font metrics then combined with the bitmap rect. Doing this fixes the vertical line height of bitmap glyphs. (cherry picked from commit 36dcffd1f5d5dac6bdd89783f721793533f4f796) M +32 -14 libs/flake/text/KoSvgTextShape.cpp https://invent.kde.org/graphics/krita/-/commit/be074705f69b9ce930061d1aaa11b4dc9b7bf0fa -- You are receiving this mail because: You are watching all bug changes.