you know what, i really don't care about supporting animated svg's in Plasma::Svg as they break the "this is an image" concept that Plasma::Svg is built around and nobody is using them right now anyways
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=689385
This commit is contained in:
parent
f4d7105ebf
commit
504810736b
2
svg.cpp
2
svg.cpp
@ -143,8 +143,6 @@ class Svg::Private
|
||||
path = Plasma::Theme::self()->image(themePath);
|
||||
}
|
||||
|
||||
//TODO: connect the renderer's repaintNeeded to the Plasma::Svg signal
|
||||
// take into consideration for cache, e.g. don't cache if svg is animated
|
||||
QHash<QString, SharedSvgRenderer::Ptr>::const_iterator it = renderers.find(path);
|
||||
|
||||
if (it != renderers.end()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user