FS#14447 - [qt] 4.5.1 has a known regression in SVG rendering
Attached to Project:
Arch Linux
Opened by Curtis (foxcm2000) - Friday, 24 April 2009, 17:37 GMT
Last edited by Pierre Schmitz (Pierre) - Saturday, 13 June 2009, 11:06 GMT
Opened by Curtis (foxcm2000) - Friday, 24 April 2009, 17:37 GMT
Last edited by Pierre Schmitz (Pierre) - Saturday, 13 June 2009, 11:06 GMT
|
Details
Description:
There is a known regression in Qt 4.5.1 that can break SVG rendering in some KDE applications and plasmoids. A patch appears to be available for the bug: http://websvn.kde.org/trunk/qt-copy/patches/0279-svg-rendering-regression.diff After upgrading to Qt 4.5.1-1, the "RSS Now" plasmoid fails to render any RSS feed items, even though it worked perfectly before the upgrade. If the Qt 4.5.1-1 has the above patch applied already, then this is a new regression, but otherwise the patch might fix the problem. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: |
This task depends upon
Closed by Pierre Schmitz (Pierre)
Saturday, 13 June 2009, 11:06 GMT
Reason for closing: Upstream
Additional comments about closing: This will be fixed in KDE 4.3.
Saturday, 13 June 2009, 11:06 GMT
Reason for closing: Upstream
Additional comments about closing: This will be fixed in KDE 4.3.
comment out scroller.cpp line 65:
//setFlag(QGraphicsItem::ItemClipsChildrenToShape, true);
This flag causes the bug, and the work-around's only negaitive effect is that the scrolling stories will not be clipped outside the plasmoid's window while animating. That is a little ugly, but at least operational until Qt is fixed.