summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2009-11-10 11:52:19 +0100
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2009-11-10 11:52:19 +0100
commitc2a1e160bd0cee91789ebce877018a459aa14b8c (patch)
tree28e8fe01461f731bc5300308c7456bc4d2dc686e
parentbd8fa6425a43cbc375564cc1b022fe47402d251f (diff)
Added my changes in Qt 4.6.0 to the change log.
-rw-r--r--dist/changes-4.6.07
1 files changed, 5 insertions, 2 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index c0ce2af464..c008f31320 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -457,10 +457,13 @@ QtSql
* Add proper iODBC linking support.
QtSvg
+
- QSvgHandler
- * [245602] Fixed gradient and solid-color referencing.
- * [202426] Made stroke attribute inheritance work with 'use' tags.
+ * [245602] [204686] Fixed gradient and solid-color referencing.
+ * [202426] Made attribute inheritance work with 'use' tags.
* [250618] Fixed gradient on strokes.
+ * [254040] Added support for 'vector-effect'.
+
- QSvgPaintEngine
* [257052] Changed drawImage() to ignore aspect ratio.