<div>I'm trying to use the guideline in the following site to allow QGIS to change a SVG symbol colors.</div><div><br></div><div><a href="http://www.sourcepole.ch/svg-symbols-in-qgis-with-modifiable-colors">http://www.sourcepole.ch/svg-symbols-in-qgis-with-modifiable-colors</a></div>
<div><br></div><div>I have created a very simples symbol (a circle) and I have changed the file in order to have the following settings:</div><div><br></div><div><div>stroke="param(outline) #002500"</div><div>fill="param(fill) none"</div>
<div>stroke-width="param(stroke-width) 4"</div></div><div><br></div><div>When I choose it in QGIS (using new symbology), changing the color does nothing, and there are no options for changing outline color or outline width.</div>
<div><br></div><div>Is this supposed?</div><div><br></div><div>I'm qgis 1.7 in windows XP</div><div><br></div><div>Thank you very much.</div><div><br></div><div>Alexandre Neto</div><div><br></div><div><br></div>My symbol is this:<div>
<br></div><div><br></div><div><div><?xml version="1.0" encoding="UTF-8" standalone="no"?></div><div><!-- Created with Inkscape (<a href="http://www.inkscape.org/">http://www.inkscape.org/</a>) --></div>
<div><br></div><div><svg</div><div>   xmlns:dc="<a href="http://purl.org/dc/elements/1.1/">http://purl.org/dc/elements/1.1/</a>"</div><div>   xmlns:cc="<a href="http://creativecommons.org/ns#">http://creativecommons.org/ns#</a>"</div>
<div>   xmlns:rdf="<a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#">http://www.w3.org/1999/02/22-rdf-syntax-ns#</a>"</div><div>   xmlns:svg="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>"</div>
<div>   xmlns="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>"</div><div>   xmlns:sodipodi="<a href="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd">http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd</a>"</div>
<div>   xmlns:inkscape="<a href="http://www.inkscape.org/namespaces/inkscape">http://www.inkscape.org/namespaces/inkscape</a>"</div><div>   width="154.00879"</div><div>   height="153.97803"</div>
<div>   id="svg2"</div><div>   version="1.1"</div><div>   inkscape:version="0.48.0 r9654"</div><div>   sodipodi:docname="New document 1"></div><div>  <defs</div><div>     id="defs4" /></div>
<div>  <sodipodi:namedview</div><div>     id="base"</div><div>     pagecolor="#ffffff"</div><div>     bordercolor="#666666"</div><div>     borderopacity="1.0"</div><div>     inkscape:pageopacity="0.0"</div>
<div>     inkscape:pageshadow="2"</div><div>     inkscape:zoom="1.979899"</div><div>     inkscape:cx="82.488539"</div><div>     inkscape:cy="31.644547"</div><div>     inkscape:document-units="px"</div>
<div>     inkscape:current-layer="layer1"</div><div>     showgrid="false"</div><div>     fit-margin-top="2"</div><div>     fit-margin-left="2"</div><div>     fit-margin-right="2"</div>
<div>     fit-margin-bottom="2"</div><div>     inkscape:window-width="1680"</div><div>     inkscape:window-height="1000"</div><div>     inkscape:window-x="-4"</div><div>     inkscape:window-y="-4"</div>
<div>     inkscape:window-maximized="1" /></div><div>  <metadata</div><div>     id="metadata7"></div><div>    <rdf:RDF></div><div>      <cc:Work</div><div>         rdf:about=""></div>
<div>        <dc:format>image/svg+xml</dc:format></div><div>        <dc:type</div><div>           rdf:resource="<a href="http://purl.org/dc/dcmitype/StillImage">http://purl.org/dc/dcmitype/StillImage</a>" /></div>
<div>        <dc:title></dc:title></div><div>      </cc:Work></div><div>    </rdf:RDF></div><div>  </metadata></div><div>  <g</div><div>     inkscape:label="Layer 1"</div><div>     inkscape:groupmode="layer"</div>
<div>     id="layer1"</div><div>     transform="translate(-128.92857,-123.72754)"></div><div>    <path</div><div>       sodipodi:type="arc"</div><div>       stroke="param(outline) #002500"</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>   fill="param(fill) none"</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>   stroke-width="param(stroke-width) 4"</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>   id="path2985"</div><div>       sodipodi:cx="255.71428"</div><div>       sodipodi:cy="322.36218"</div><div>       sodipodi:rx="75.714287"</div>
<div>       sodipodi:ry="75.714287"</div><div>       d="m 331.42857,322.36218 c 0,41.81585 -33.89844,75.71429 -75.71429,75.71429 -41.81585,0 -75.71429,-33.89844 -75.71429,-75.71429 0,-41.81584 33.89844,-75.71428 75.71429,-75.71428 41.81585,0 75.71429,33.89844 75.71429,75.71428 z"</div>
<div>       transform="matrix(0.98406746,0,0,0.98406746,-45.711541,-116.50682)" /></div><div>  </g></div><div></svg></div></div><div><br></div>