Hi All,<div><br></div><div>I've created a fairly simple addition for supporting bitmap patterns which can be specified inline as follows:</div><div><br></div><div><div>SYMBOL</div><div>    NAME "brushpattern"</div>
<div>    TYPE PIXMAP</div><div>    IMAGE "|10001000|01000001|00100010|00010100|00001000|00000000|10101010|00000000"</div><div>END</div></div><div><br></div><div>With this addition we could easily define brush patterns which are aware of color and backgroundcolor settings and rendered equally well with the various kind of renderers.</div>
<div>It must be noted that defining the same with vector symbols can not provide the same look for most of the renderers (agg, cairo), due to the possible antialias behaviour of the line drawings.</div><div><br></div><div>
The proposed solution for this option can be found here:</div><div><a href="https://github.com/szekerest/mapserver/commit/47ec087de72515a73298f9c024b466dc4b3c1d77">https://github.com/szekerest/mapserver/commit/47ec087de72515a73298f9c024b466dc4b3c1d77</a> </div>
<div><br></div><div>Let me know it that would be reasonable.</div><div><br></div><div>Best regards,</div><div><br></div><div>Tamas</div><div><br></div>