there's a problem with oxygen theme in kde 4.2.2, this patch (plus cleaning plasma cache) for qt4-svg fixes the issue reference: http://websvn.kde.org/trunk/qt-copy/patches/0279-svg-rendering- regression.diff -- Alberto Villa <villa.albe...@gmail.com>
--- src/svg/qsvgstyle.cpp.orig 2009-04-29 13:43:30.000000000 +0200 +++ src/svg/qsvgstyle.cpp 2009-04-29 13:44:43.000000000 +0200 @@ -808,6 +808,7 @@ static_cast<QSvgGradientStyle*>(prop); st->resolveStops(); m_gradient->setStops(st->qgradient()->stops()); + m_gradientStopsSet = st->gradientStopsSet(); } } m_link = QString();
_______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information