depot_local_18.svg 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="400" height="250" >
  3. <g transform="translate(0,80)">
  4. <circle cx="50" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  5. <text x="30" y="55" font-size="18"> 8f6... </text>
  6. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M80,50 L110,50' />
  7. <circle cx="150" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  8. <text x="130" y="55" font-size="18"> 135... </text>
  9. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M180,50 L210,50' />
  10. <circle cx="250" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  11. <text x="230" y="55" font-size="18"> ed1... </text>
  12. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M280,50 L310,50' />
  13. <circle cx="350" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  14. <text x="330" y="55" font-size="18"> 7f5... </text>
  15. <defs>
  16. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  17. <path d='M0,0 V6 L3,3 Z' />
  18. </marker>
  19. </defs>
  20. <rect x="310" y="-70" width="80" height="40" fill="khaki" stroke-width="2" stroke="black" />
  21. <text x="325" y="-45" font-size="18"> HEAD </text>
  22. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M350,-30 L350,10' />
  23. <rect x="310" y="120" width="80" height="40" fill="orange" stroke-width="2" stroke="black" />
  24. <text x="320" y="145" font-size="18"> master </text>
  25. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M350,120 L350,90' />
  26. </g>
  27. </svg>