depot_local_checkout_04.svg 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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="white"/>
  11. <defs>
  12. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  13. <path d='M0,0 V6 L3,3 Z' />
  14. </marker>
  15. </defs>
  16. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M80,50 L110,50' />
  17. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M180,50 L210,50' />
  18. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M280,50 L310,50' />
  19. <rect x="310" y="-70" width="80" height="40" fill="khaki" stroke-width="2" stroke="black" />
  20. <text x="325" y="-45" font-size="18"> HEAD </text>
  21. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M350,-30 L350,10' />
  22. <rect x="100" y="120" width="100" height="40" fill="khaki" stroke-width="2" stroke="black" />
  23. <text x="110" y="145" font-size="18"> version0 </text>
  24. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M150,120 L150,90' />
  25. <rect x="210" y="120" width="80" height="40" fill="orange" stroke-width="2" stroke="black" />
  26. <text x="220" y="145" font-size="18"> master </text>
  27. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M250,120 L250,90' />
  28. </g>
  29. </svg>