summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-01-09 10:28:06 +0200
committerAntti Kokko <antti.kokko@qt.io>2020-01-15 14:52:30 +0200
commitbbe8f65cd070ab85a5e7cd31548e5fef3f7f53e3 (patch)
treea00a23519fae192ae051a4e501c277130bfc1ad1
parentacb66cad2280bda20d26d08d606a66b9660b17aa (diff)
downloadqtsvg-bbe8f65cd070ab85a5e7cd31548e5fef3f7f53e3.tar.gz
Add changes file for Qt 5.14.1
+ f851e3213c8afac49f31a1506597e7f6783ee8c9 Add binary compatibility file for qtsvg 5.14 branch + 2eba1572ee49c22f4734b1fb80aa8023d60a8e70 Bump version + acb66cad2280bda20d26d08d606a66b9660b17aa Fix yet another viewbox scaling issue, for render to bounds Change-Id: I89b2a175cfa305eb54541b00e5bfeed16b5fe114 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-rw-r--r--dist/changes-5.14.128
1 files changed, 28 insertions, 0 deletions
diff --git a/dist/changes-5.14.1 b/dist/changes-5.14.1
new file mode 100644
index 0000000..3aac480
--- /dev/null
+++ b/dist/changes-5.14.1
@@ -0,0 +1,28 @@
+Qt 5.14.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.14.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.14 series is binary compatible with the 5.13.x series.
+Applications compiled for 5.13 will continue to run with 5.14.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+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.