<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I have a simple arrowhead defined like so<div><br></div><div>STYLE<br>    SYMBOL 'horiz-line' <br>    ANGLE [Az] <br>    SIZE [Rate]<br>    COLOR 255 255 255<br>    WIDTH 1<br>END<br>STYLE<br>    ANGLE [Az]<br>    GEOMTRANSFORM "end"<br>    SYMBOL "to"<br>    COLOR 255 255 255<br>    WIDTH 8<br>END<br><br>SYMBOL<br>    NAME "horiz-line"<br>    TYPE vector<br>    POINTS<br>        0 0<br>        1 0<br>    END<br>END<br><br>SYMBOL<br>    NAME "to"<br>    TYPE vector<br>    POINTS<br>        0 0<br>        1 0.5<br>        0 1<br>    END<br>END</div><div><br></div><div>I have attached two images: arr.png and arr_zoom.png. They show the problem. My arrows have little whiskers coming out from behind the arrowhead. How can I get a clean symbol?</div><div><br></div><div>Puneet.</div><div><img height="119" width="121" apple-width="yes" apple-height="yes" id="e0b7d4c0-5514-456a-8770-efcafa2bf131" src="cid:BDF9540E-D6CC-4DC1-83F4-A0B5D931176A"><img height="99" width="81" apple-width="yes" apple-height="yes" id="575fcff2-214e-499d-8e19-f82784521405" src="cid:D88757FF-FF28-4AEB-89DB-2D2D5B5FFF5C"></div></body></html>