nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

marker.svg (478B)


      1 <?xml version="1.0"?>
      2 <svg xmlns="http://www.w3.org/2000/svg"  width="30" height="30">
      3     <g stroke-width="4" stroke="#fff">
      4         <path d="M0.5,15 l12,0" />
      5         <path d="M29.5,15 l-12,0" />
      6         <path d="M15,0.5 l0,12" />
      7         <path d="M15,29.5 l0,-12" />
      8     </g>
      9     <g stroke-width="2" stroke="#000">
     10         <path d="M1.5,15 l10,0" />
     11         <path d="M28.5,15 l-10,0" />
     12         <path d="M15,1.5 l0,10" />
     13         <path d="M15,28.5 l0,-10" />
     14     </g>
     15 </svg>