When I create a new image with 72DPI, create a vector layer and then export it, the resulting SVG has the original width and height in pixels, but uses the unit of pt. When I reopen the SVG file, the pts are converted to pixels, making the image larger than the one I started with. With DPI of 300, the sizes are exported correctly. It works the same on stable and on the latest nightly build (krita-4.1.0-pre-alpha-8a777b5-x86_64.appimage). Steps to reproduce: 1, Create a new image, 200x200px, at 72dpi 2, Create a vector layer, draw something 3, Export layer as SVG. The SVG file has width and height set to 200pt. 4, Open it again in krita. The status bar now says 278*278. When you export the layer again, the SVG file has width and height of 200pt.
Hi, Anna! The problem happens because Krita selects default resolution for importing a vector image as 100dpi. Right now you can go to Image->Scale Image to New Size and just rescale the image to original 72 dpi. We should implement a special dialog that would ask the user about preferred import DPI
If you just load the SVG image as a separate image in Krita and then Copy-paste it into the image or any resolution, it will be embedded correctly.
Git commit 8d9ccd8d9253d9f0fa507cff357dbb4a67c61171 by Dmitry Kazakov. Committed on 06/06/2018 at 11:03. Pushed by dkazakov into branch 'master'. Ask the user about the resolution he wants to use for loading SVG images M +10 -0 libs/ui/kis_config.cc M +3 -0 libs/ui/kis_config.h M +22 -1 plugins/impex/svg/kis_svg_import.cc https://commits.kde.org/krita/8d9ccd8d9253d9f0fa507cff357dbb4a67c61171
Thanks for both the clarification and new functionality.
Git commit 03513a5b0b0c32c2d63f5e995626ac263a7134b8 by Andrey Kamakin, on behalf of Dmitry Kazakov. Committed on 26/06/2018 at 14:18. Pushed by akamakin into branch 'akamakin/T8628-multithreading-optimization'. Ask the user about the resolution he wants to use for loading SVG images M +10 -0 libs/ui/kis_config.cc M +3 -0 libs/ui/kis_config.h M +22 -1 plugins/impex/svg/kis_svg_import.cc https://commits.kde.org/krita/03513a5b0b0c32c2d63f5e995626ac263a7134b8