<html><body><div>Just third link: sniper logo. Use the part of code you need.</div><div><br></div><div><img class="_mime-inline " title="Snímek obrazovky 2014-11-11 v 1.47.08 PM.png" src="cid:82dc4072-8760-4c46-8b10-d51043579296@icloud.com"                                                                                                                                                                                  alt="Snímek obrazovky 2014-11-11 v 1.47.08 PM.png" data-mce-src="blob:https://www.icloud.com/e09858ba-11a3-43f5-bfe5-206ae97f9c9f"></div><div><br></div><div><div>% sniperlogo.mp</div><div>% L. Nobre G.</div><div>% 2012</div><div><br></div><div>prologues := 1;</div><div><br></div><div>beginfig(1);</div><div>  numeric u, ray, siz, xdis, ang, mar, i;</div><div>  u = 1cm;</div><div>  siz = 5u;</div><div>  ray = siz/6;</div><div>  fill fullcircle scaled (2*(siz+ray));</div><div>  xdis = (siz-2*ray) +-+ (2*ray);</div><div>  ang = angle(xdis,2*ray);</div><div>  z1 = (siz-ray)*dir(ang);</div><div>  z2 = (siz-ray)*dir(90-ang);</div><div>  z3 = (ray,(siz-2*ray)*cosd(ang));</div><div>  z4 = z3 xscaled -1;</div><div>  z5 = z2 xscaled -1;</div><div>  z6 = z1 xscaled -1;</div><div>  for i=7 upto 16:</div><div>    z[i] = z[i-4] rotated 90;</div><div>  endfor;</div><div>  for i=0 upto 3:</div><div>    z[21+i] = (siz-ray)*dir(45+90*i);</div><div>  endfor;</div><div>  path sniperpath;</div><div>  sniperpath = z1{dir(ang+90)}..z21..{dir(180-ang)}z2..z3{down}..{up}z4..</div><div>    z5{dir(180+ang)}..z22..{dir(270-ang)}z6..z7{right}..{left}z8..</div><div>    z9{dir(270+ang)}..z23..{dir(-ang)}z10..z11{up}..{down}z12..</div><div>    z13{dir(ang)}..z24..{dir(90-ang)}z14..z15{left}..{right}z16..cycle;</div><div>  unfill sniperpath rotated 45;</div><div>%  draw sniperpath;</div><div>%  drawoptions( withcolor red );</div><div>%  dotlabels(1,2,3,4,5,6,7,8,9,21,22)</div><div>endfig;</div><div><br></div><div>end.</div></div><div><br></div><div><br></div><div><br>On Nov 11, 2014, at 01:30 PM, Bill Gee <bgee@campercaver.net> wrote:<br><br></div><div><blockquote type="cite"><div class="msg-quote"><div class="_stretch"><span style="white-space:pre-wrap;" data-mce-style="white-space: pre-wrap;">Hi Martin -<br><br>I looked over the Metapost samples on the Therion Wiki but found nothing that <br>seemed useful. I have done some Metapost code for symbols like stalactites <br>and stalacmites, and I modified the popcorn symbol, so Metapost is not <br>completely alien to my experience. I am no expert, though.<br><br>The pendant symbol is a bit of a challenge because it is not straight lines. <br>I need to figure out how to draw curved lines for it.<br><br>The stromatolite symbol is even more of a challenge because I can't find <br>anything to draw! One of my caving buddies has created his own symbol. He <br>did it as a small jpg file, and I think I could do it in Metapost without much <br>trouble. I would like to use an official symbol, if such a thing exists.<br><br>Regards - Bill Gee<br><br><br>On Tuesday, November 11, 2014 08:55:42 Martin Sluka wrote:<br>> Try to check the links on wiki, there are many of examples how to use<br>> metapost. The simplest way is to find something similar you need and modify<br>> code.<br>> <br>> m.s.<br>> <br>> 10. 11. 2014 v 17:39, Bill Gee <<a href="mailto:bgee@campercaver.net" data-mce-href="mailto:bgee@campercaver.net">bgee@campercaver.net</a>>:<br>> > Hello everyone -<br>> > <br>> > I need to put some pendants and stromatolites on a map. I do not see<br>> > these<br>> > symbols in Therion. Has anyone already done the Metapost code for them?<br>> > <br>> > The symbol for a pendant looks sort of like the Greek letter upsilon,<br>> > except it has rounded corners instead of sharp.<br>> > <br>> > Attached is a bit of the sketch I am working from which shows the pendant<br>> > symbol.<br>> > <br>> > Thanks - Bill Gee<br>> > <br>> > <MillCreekSymbols3.jpg>_______________________________________________<br>> > Therion mailing list<br>> > <a href="mailto:Therion@speleo.sk" data-mce-href="mailto:Therion@speleo.sk">Therion@speleo.sk</a><br>> > <a href="http://mailman.speleo.sk/mailman/listinfo/therion" data-mce-href="http://mailman.speleo.sk/mailman/listinfo/therion">http://mailman.speleo.sk/mailman/listinfo/therion</a><br>> <br>> _______________________________________________<br>> Therion mailing list<br>> <a href="mailto:Therion@speleo.sk" data-mce-href="mailto:Therion@speleo.sk">Therion@speleo.sk</a><br>> <a href="http://mailman.speleo.sk/mailman/listinfo/therion" data-mce-href="http://mailman.speleo.sk/mailman/listinfo/therion">http://mailman.speleo.sk/mailman/listinfo/therion</a><br><br>_______________________________________________<br>Therion mailing list<br><a href="mailto:Therion@speleo.sk" data-mce-href="mailto:Therion@speleo.sk">Therion@speleo.sk</a><br><a href="http://mailman.speleo.sk/mailman/listinfo/therion" data-mce-href="http://mailman.speleo.sk/mailman/listinfo/therion">http://mailman.speleo.sk/mailman/listinfo/therion</a><br></span></div></div></blockquote></div></body></html>