diff options
author | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-11-10 10:52:19 (GMT) |
---|---|---|
committer | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-11-10 10:52:19 (GMT) |
commit | c2a1e160bd0cee91789ebce877018a459aa14b8c (patch) | |
tree | 28e8fe01461f731bc5300308c7456bc4d2dc686e | |
parent | bd8fa6425a43cbc375564cc1b022fe47402d251f (diff) | |
download | Qt-c2a1e160bd0cee91789ebce877018a459aa14b8c.zip Qt-c2a1e160bd0cee91789ebce877018a459aa14b8c.tar.gz Qt-c2a1e160bd0cee91789ebce877018a459aa14b8c.tar.bz2 |
Added my changes in Qt 4.6.0 to the change log.
-rw-r--r-- | dist/changes-4.6.0 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index c0ce2af..c008f31 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. |