https://bugs.kde.org/show_bug.cgi?id=407425
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |krita/commit/9fb11a3ed3a1b6 |krita/commit/218dbca4142a27 |ab34c94ea7dcf76d4c118c71cc |e4f17de006d3f2297af9a8082c --- Comment #9 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 218dbca4142a27e4f17de006d3f2297af9a8082c by Boudewijn Rempt, on behalf of Ivan Yossi. Committed on 04/10/2019 at 07:59. Pushed by rempt into branch 'krita/4.2'. 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. (cherry picked from commit 9fb11a3ed3a1b6ab34c94ea7dcf76d4c118c71cc) M +3 -4 libs/flake/svg/SvgUtil.cpp M +7 -0 libs/flake/tests/TestSvgParser.cpp https://invent.kde.org/kde/krita/commit/218dbca4142a27e4f17de006d3f2297af9a8082c -- You are receiving this mail because: You are watching all bug changes.