https://bugs.kde.org/show_bug.cgi?id=443795
--- Comment #2 from wolthera <griffinval...@gmail.com> --- Yes, I am 100% sure that the problem is caused by the QFont workaround: The problem is that the "line-height" is set inside KoSvgTextShapeMarkupConverter::convertDocumentToSvg, where the font-size is still 'Qt-like', but then in the text-chunk shapes the font-size changes as per the DPI workaround. The problem is that we cannot change these values randomly in the place where we know about the workaround, as then we cannot load outside SVG correctly. I have no idea how we're supposed to fix this. -- You are receiving this mail because: You are watching all bug changes.