depot_local_checkout_02.svg 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="600" 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"> 59d... </text>
  6. <circle cx="150" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  7. <text x="130" y="55" font-size="18"> 7b3... </text>
  8. <circle cx="250" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  9. <text x="230" y="55" font-size="18"> 073... </text>
  10. <circle cx="350" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  11. <text x="330" y="55" font-size="18"> ff0... </text>
  12. <circle cx="450" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  13. <text x="430" y="55" font-size="18"> a8b... </text>
  14. <defs>
  15. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  16. <path d='M0,0 V6 L3,3 Z' />
  17. </marker>
  18. </defs>
  19. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M80,50 L110,50' />
  20. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M180,50 L210,50' />
  21. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M280,50 L310,50' />
  22. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M380,50 L410,50' />
  23. <rect x="110" y="-70" width="80" height="40" fill="khaki" stroke-width="2" stroke="black" />
  24. <text x="125" y="-45" font-size="18"> HEAD </text>
  25. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M150,-30 L150,10' />
  26. <rect x="410" y="120" width="80" height="40" fill="orange" stroke-width="2" stroke="black" />
  27. <text x="420" y="145" font-size="18"> master </text>
  28. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M450,120 L450,90' />
  29. </g>
  30. </svg>