summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2020-01-16 10:35:21 +0100
committerEirik Aavitsland <eirik.aavitsland@qt.io>2020-01-16 12:07:03 +0100
commit9b8eba6731b524a300a72974cd5484f06abc4cf0 (patch)
tree5402375176dc5b871728e40ed66d9c80cebce753
parentbbe8f65cd070ab85a5e7cd31548e5fef3f7f53e3 (diff)
downloadqtsvg-9b8eba6731b524a300a72974cd5484f06abc4cf0.tar.gz
Fix changes file according to latest change
https://codereview.qt-project.org/c/qt/qtsvg/+/286086 Change-Id: I085a4515eb80bae80e551cf976900f100132483a Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--dist/changes-5.14.110
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/changes-5.14.1 b/dist/changes-5.14.1
index 3aac480..093098c 100644
--- a/dist/changes-5.14.1
+++ b/dist/changes-5.14.1
@@ -21,8 +21,8 @@ information about a particular change.
* QSVGRenderer *
****************************************************************************
- - From Qt 5.14.0, normal rendering will keep aspect ratio implied by the
- viewbox. The render() methods taking an explicit target bounds QRectF
- parameter can now be used to override that behavior. They will scale the
- output to the bounds while ignoring aspect ratio, as was the default
- rendering prior to 5.14.0.
+ - In Qt 5.14.0, rendering would keep aspect ratio implied by the
+ viewbox, independently of the specified target area. This caused
+ many regressions with existing code, so is reverted now in
+ 5.14.1. The feature will instead be available as an opt-in in Qt
+ 5.15.