diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-11-16 04:52:36 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-11-16 04:52:36 +0000 |
commit | 4404766a41b809182d389bdbf438cc3c8c05f78f (patch) | |
tree | f4ea97ed92265338ecda264c40321ff9863de4d7 /x11-libs/qt-svg/files | |
parent | Drop unused file (diff) | |
download | gentoo-2-4404766a41b809182d389bdbf438cc3c8c05f78f.tar.gz gentoo-2-4404766a41b809182d389bdbf438cc3c8c05f78f.tar.bz2 gentoo-2-4404766a41b809182d389bdbf438cc3c8c05f78f.zip |
Drop unused file
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt-svg/files')
-rw-r--r-- | x11-libs/qt-svg/files/0279-svg-rendering-4.5.1-regression.diff | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-libs/qt-svg/files/0279-svg-rendering-4.5.1-regression.diff b/x11-libs/qt-svg/files/0279-svg-rendering-4.5.1-regression.diff deleted file mode 100644 index 0ce074eb3255..000000000000 --- a/x11-libs/qt-svg/files/0279-svg-rendering-4.5.1-regression.diff +++ /dev/null @@ -1,26 +0,0 @@ -qt-bugs@ issue : none (not yet) -Qt Software task ID : none (not yet) -bugs.kde.org number : 190485 (at least) -applied: no -author: Alexis Menard <alexis.menard@nokia.com> - -This patch fix the regression introduced in 4.5.1 with SVG rendering. -The problem appear when a gradient reference an another gradient which is after -in the svg. - -Please clear your plasma cache as well. - -This patch is already in 4.5 branch so it will be in 4.5.2. - -Index: src/svg/qsvgstyle.cpp -=================================================================== ---- src/svg/qsvgstyle.cpp (revision 958572) -+++ src/svg/qsvgstyle.cpp (working copy) -@@ -808,6 +808,7 @@ - static_cast<QSvgGradientStyle*>(prop); - st->resolveStops(); - m_gradient->setStops(st->qgradient()->stops()); -+ m_gradientStopsSet = st->gradientStopsSet(); - } - } - m_link = QString(); |