Re: Moving SVGTextureNode to KDeclarative

2014-10-12 Thread Martin Gräßlin
On Friday 10 October 2014 17:58:04 Aleix Pol wrote: > Hi, > I'm looking into using QQuickItem to properly perform the QIconItem > drawing, instead of QPainterItem. To do so, I thought it could be useful to > use the SVGTextureNode for the ref-counting. > > It's quite a simple class, but it is quit

Moving SVGTextureNode to KDeclarative

2014-10-10 Thread Aleix Pol
Hi, I'm looking into using QQuickItem to properly perform the QIconItem drawing, instead of QPainterItem. To do so, I thought it could be useful to use the SVGTextureNode for the ref-counting. It's quite a simple class, but it is quite useful. It's already used in 3 of the classes within plasma fr