depot_distant_12b.svg 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="800" height="400" >
  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,200 310,200 310,200 ' />
  14. <circle cx="350" cy="200" 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,200 C550,200 550,90 550,90 ' />
  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="white"/>
  22. <defs>
  23. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  24. <path d='M0,0 V6 L3,3 Z' />
  25. </marker>
  26. </defs>
  27. <rect x="510" y="-70" width="80" height="40" fill="khaki" stroke-width="2" stroke="black" />
  28. <text x="525" y="-45" font-size="18"> HEAD </text>
  29. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M550,-30 L550,10' />
  30. <rect x="410" y="120" width="80" height="40" fill="orange" stroke-width="2" stroke="black" />
  31. <text x="420" y="145" font-size="18"> master </text>
  32. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M450,120 L450,90' />
  33. <rect x="280" y="270" width="150" height="40" fill="lightblue" stroke-width="2" stroke="black" />
  34. <text x="290" y="295" font-size="18"> origin/master </text>
  35. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M350,270 L350,240' />
  36. </g>
  37. </svg>