https://bugs.kde.org/show_bug.cgi?id=472566
--- Comment #8 from Alvin Wong <al...@alvinhc.com> --- Git commit 36dcffd1f5d5dac6bdd89783f721793533f4f796 by Alvin Wong. Committed on 08/08/2023 at 08:59. Pushed by alvinwong into branch 'master'. 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. M +32 -14 libs/flake/text/KoSvgTextShape.cpp https://invent.kde.org/graphics/krita/-/commit/36dcffd1f5d5dac6bdd89783f721793533f4f796 -- You are receiving this mail because: You are watching all bug changes.