SOURCES: 0279-svg-rendering-regression.diff (NEW) - new

arekm arekm at pld-linux.org
Sun Apr 26 12:08:13 CEST 2009


Author: arekm                        Date: Sun Apr 26 10:08:13 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   0279-svg-rendering-regression.diff (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/0279-svg-rendering-regression.diff
diff -u /dev/null SOURCES/0279-svg-rendering-regression.diff:1.1
--- /dev/null	Sun Apr 26 12:08:14 2009
+++ SOURCES/0279-svg-rendering-regression.diff	Sun Apr 26 12:08:08 2009
@@ -0,0 +1,26 @@
+qt-bugs@ issue : none (not yet)
+Qt Software task ID : none (not yet)
+bugs.kde.org number : 190485 (at least)
+applied: yes
+author: Alexis Menard <alexis.menard at 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();
================================================================


More information about the pld-cvs-commit mailing list