<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Didier,<br>
    <br>
    Did you prepare your SVG file accordingly?<br>
    <br>
    You need something like the following in your SVG file wherever you
    want to dynamically replace properties:<br>
    <br>
    <pre><code><rect fill="param(fill) #ff0000" stroke="param(outline) #00ff00" stroke-width="param(stroke-width) 10" width="100" height="100">

See also <a class="moz-txt-link-freetext" href="http://blog.sourcepole.ch/2011/06/30/svg-symbols-in-qgis-with-modifiable-colors/">http://blog.sourcepole.ch/2011/06/30/svg-symbols-in-qgis-with-modifiable-colors/</a>
</code></pre>
    Can you share your SVG file so I can have a look if it is properly
    prepared?<br>
    <br>
    Andreas<br>
    <br>
    <div class="moz-cite-prefix">On 18.09.2015 14:36, didier peeters
      wrote:<br>
    </div>
    <blockquote
      cite="mid:B76CC645-6A3B-4B94-B8C2-CBB991842E20@ulb.ac.be"
      type="cite">
      <pre wrap="">I can refine my description : 

the problem occurs on the border width only, the border color works fine.  

Still, no one has ever met this problem ?

Didier


</pre>
      <blockquote type="cite">
        <pre wrap="">Le 17 sept. 2015 à 22:37, didier peeters <a class="moz-txt-link-rfc2396E" href="mailto:dpeeter1@ulb.ac.be"><dpeeter1@ulb.ac.be></a> a écrit :

Hello,

I have a problem with the border parameter of SVG markers in QGis 2.10 (on Mac OS 10.10.5); I’m using PostGIS layers and the SVG markers properties are determined by the DB, i.e. the svg itself, the color, the rotation, with data define override.  I also want to define the border color and width the same way but it doesn’t work, nothing happens.  If I deactivate the overriding everything is correct.  
For the color I use a varchar type (same as for the color of the svg itself) and for the width a numeric (also tried real, double precision, …) .

I haven’t found any bug report about this.  Any idea ?

Didier
_______________________________________________
Qgis-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a>
</pre>
      </blockquote>
      <pre wrap="">
_______________________________________________
Qgis-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a></pre>
    </blockquote>
    <br>
  </body>
</html>