<br><font size=2 face="sans-serif">Hello,</font>
<br>
<br><font size=2 face="sans-serif">I have a SVG-File in my Ressource-file
and want to use it as Symbol for a VectorLayer. Is there an ability to
load it in the QgsSvgCache and access it from there? </font>
<br><font size=2 face="sans-serif">I've tried it directly but this didn't
worked in c++:</font>
<br>
<br><font size=2>QString name=</font><font size=2 color=#a11f12>"E:\\Entwicklung\\QGis\\Quantum-GiS\\src\\plugins\\adresssuche\\haus.svg"</font><font size=2>;</font>
<br><font size=2>             
          </font><font size=2 color=#008000>//QString
name="qrc:///adresssucheplugin/haus.svg";</font>
<br><font size=2>             
          qDebug()<<name;</font>
<br><font size=2>             
          QgsSvgMarkerSymbolLayerV2*
p_svgSymbolLayer(0);</font>
<br><font size=2>             
          p_svgSymbolLayer= </font><font size=2 color=blue>new</font><font size=2>
QgsSvgMarkerSymbolLayerV2(name, DEFAULT_SVGMARKER_SIZE, DEFAULT_SVGMARKER_ANGLE);</font>
<br>
<br><font size=2 face="sans-serif">Freundliche Grüße aus Leipzig<br>
Susann Schmidt<br>
</font>