https://bugs.kde.org/show_bug.cgi?id=440985
--- Comment #10 from forestbeasts <silverw...@disroot.org> --- I think I found the bug!! The issue is that the view box for the text SVG objects is specified in pt, so the font isn't an exact number of pixels tall. Unzipping the .kra file and editing the layer SVG to use px makes it pixel-perfect! ...except then Krita then converts this back to a pt size and adds a matrix transform to compensate, for some reason. But it's still pixel-sharp after that. (Is there a reason the SVG units have to be in pt instead of px? It might be easier to just do everything in px.) -- You are receiving this mail because: You are watching all bug changes.