depot_local_log.svg 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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"> 9ac... </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"> 3ca... </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"> a16... </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"> 13a... </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"> 055... </text>
  14. <circle cx="550" cy="50" r="30" stroke="black" stroke-width="2" fill="white"/>
  15. <text x="530" y="55" font-size="18"> </text>
  16. <defs>
  17. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  18. <path d='M0,0 V6 L3,3 Z' />
  19. </marker>
  20. </defs>
  21. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M80,50 L110,50' />
  22. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M180,50 L210,50' />
  23. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M280,50 L310,50' />
  24. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M380,50 L410,50' />
  25. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M480,50 L510,50' />
  26. <rect x="510" y="-70" width="80" height="40" fill="khaki" stroke-width="2" stroke="black" />
  27. <text x="525" y="-45" font-size="18"> HEAD </text>
  28. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M550,-30 L550,10' />
  29. <rect x="410" y="120" width="80" height="40" fill="orange" stroke-width="2" stroke="black" />
  30. <text x="420" y="145" font-size="18"> master </text>
  31. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M450,120 L450,90' />
  32. </g>
  33. </svg>