https://bugs.kde.org/show_bug.cgi?id=404011
--- Comment #18 from j...@ridgwaydesign.fsnet.co.uk <johnridgwaydes...@gmail.com> --- I notice that the text in the placeholder box types in at the correct size for the setting. This has become apparent when creating multi-line text for caption boxes in comics. Text has to be split into several lines to fit the width of a picture. If I want the text in the picture to be 10 points, I have to type it into the placeholder at 10 points to see where to make line breaks so that the length of text is going to fit the picture width. I then have to reduce the font size by two points (to 8 points) and change the spacing of the lines in svg mode. I can then save the text to place it in the dialog box. I don't understand why the placeholder box is correct and the artwork is the wrong size. Is this due to the dpi of the placeholder being at a different resolution? Best regards, John Ridgway On Mon, 3 May 2021 at 15:43, Dmitry Kazakov <bugzilla_nore...@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=404011 > > Dmitry Kazakov <dimul...@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Latest Commit|https://invent.kde.org/grap | > https://invent.kde.org/grap > |hics/krita/commit/cb06cfb2c > |hics/krita/commit/91625c4ae > |037db6c51a0569ab59940e7e93a > |311e5293dbee54eb2e6a04a5a53 > |729a |d6dd > > --- Comment #17 from Dmitry Kazakov <dimul...@gmail.com> --- > Git commit 91625c4ae311e5293dbee54eb2e6a04a5a53d6dd by Dmitry Kazakov. > Committed on 03/05/2021 at 14:20. > Pushed by dkazakov into branch 'master'. > > Fix font size in files created in Krita 4.4 > > Now when loading a file created in Krita 4.4 we convert its font > sizes using the DPI of the dispaly and bake this new value into > the file. The user can override this behavior by selecting > another DPI in Settings->General->Miscelaneous->Font DPI workaround. > Setting this value to 72 DPI will effectively disable any scaling. > > M +0 -2 libs/flake/svg/SvgGraphicContext.h > M +0 -1 libs/flake/svg/SvgLoadingContext.cpp > M +1 -1 libs/flake/svg/SvgLoadingContext.h > M +14 -0 libs/flake/svg/SvgParser.cpp > M +1 -0 libs/flake/svg/SvgParser.h > M +2 -25 libs/flake/svg/SvgStyleParser.cpp > M +3 -2 libs/flake/svg/SvgUtil.cpp > M +29 -20 libs/flake/tests/TestSvgText.cpp > M +65 -36 libs/flake/text/KoSvgTextChunkShape.cpp > M +0 -2 libs/flake/text/KoSvgTextChunkShape_p.h > M +63 -5 libs/flake/text/KoSvgTextProperties.cpp > M +5 -1 libs/flake/text/KoSvgTextProperties.h > M +15 -1 libs/ui/flake/kis_shape_layer.cc > M +1 -0 libs/ui/flake/kis_shape_layer.h > M +1 -0 libs/ui/flake/kis_shape_selection.cpp > M +5 -1 libs/ui/forms/wdggeneralsettings.ui > M +1 -0 plugins/impex/svg/kis_svg_import.cc > > > https://invent.kde.org/graphics/krita/commit/91625c4ae311e5293dbee54eb2e6a04a5a53d6dd > > -- > You are receiving this mail because: > You reported the bug. -- You are receiving this mail because: You are watching all bug changes.