depot_local_07.svg 616 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="200" height="180" >
  3. <g transform="translate(0,80)">
  4. <circle cx="50" cy="50" r="30" stroke="black" stroke-width="2" fill="white"/>
  5. <defs>
  6. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  7. <path d='M0,0 V6 L3,3 Z' />
  8. </marker>
  9. </defs>
  10. <rect x="10" y="-70" width="80" height="40" fill="khaki" stroke-width="2" stroke="black" />
  11. <text x="25" y="-45" font-size="18"> HEAD </text>
  12. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M50,-30 L50,10' />
  13. </g>
  14. </svg>