https://bugs.kde.org/show_bug.cgi?id=407425
vanyossi <ghe...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/9fb11a3ed3a1b6 | |ab34c94ea7dcf76d4c118c71cc Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #8 from vanyossi <ghe...@gmail.com> --- Git commit 9fb11a3ed3a1b6ab34c94ea7dcf76d4c118c71cc by Ivan Yossi. Committed on 03/10/2019 at 20:13. Pushed by ivany into branch 'master'. Fix wrong aspect ratio on SVG Load We incorrectly treated the absence of preserveAspectRatio as set to "none". Svg specification states the initial value of this property should be "xMidYMid meet". in case there is no property we now use the initial value instead of ignoring. Updated TestSvgParser cases to use "none" so the resulting shape corresponds to the old behaviour. M +3 -4 libs/flake/svg/SvgUtil.cpp M +7 -0 libs/flake/tests/TestSvgParser.cpp https://invent.kde.org/kde/krita/commit/9fb11a3ed3a1b6ab34c94ea7dcf76d4c118c71cc -- You are receiving this mail because: You are watching all bug changes.