depot_distant_14a.svg 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="800" height="350" >
  3. <g transform="translate(50,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"> 8c7... </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"> feb... </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"> af2... </text>
  12. <path marker-end='url(#head)' stroke-width='2' fill='none' stroke='black'
  13. d=' M250,80 C250,150 310,150 310,150 ' />
  14. <circle cx="350" cy="150" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  15. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M280,50 L410,50' />
  16. <circle cx="450" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  17. <text x="430" y="55" font-size="18"> c10... </text>
  18. <path marker-end='url(#head)' stroke-width='2' fill='none' stroke='black'
  19. d=' M380,150 C450,150 450,120 515,75 ' />
  20. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M480,50 L510,50' />
  21. <circle cx="550" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  22. <text x="530" y="55" font-size="18"> fe7... </text>
  23. <defs>
  24. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  25. <path d='M0,0 V6 L3,3 Z' />
  26. </marker>
  27. </defs>
  28. <rect x="510" y="-70" width="80" height="40" fill="khaki" stroke-width="2" stroke="black" />
  29. <text x="525" y="-45" font-size="18"> HEAD </text>
  30. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M550,-30 L550,10' />
  31. <rect x="510" y="120" width="80" height="40" fill="orange" stroke-width="2" stroke="black" />
  32. <text x="520" y="145" font-size="18"> master </text>
  33. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M550,120 L550,90' />
  34. <rect x="280" y="220" width="150" height="40" fill="lightblue" stroke-width="2" stroke="black" />
  35. <text x="290" y="245" font-size="18"> origin/master </text>
  36. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M350,220 L350,190' />
  37. </g>
  38. </svg>