depot_distant_08.svg 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="400" height="300" >
  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. <defs>
  10. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  11. <path d='M0,0 V6 L3,3 Z' />
  12. </marker>
  13. </defs>
  14. <rect x="110" y="-70" width="80" height="40" fill="khaki" stroke-width="2" stroke="black" />
  15. <text x="125" y="-45" font-size="18"> HEAD </text>
  16. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M150,-30 L150,10' />
  17. <rect x="110" y="120" width="80" height="40" fill="orange" stroke-width="2" stroke="black" />
  18. <text x="120" y="145" font-size="18"> master </text>
  19. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M150,120 L150,90' />
  20. <rect x="80" y="160" width="150" height="40" fill="lightblue" stroke-width="2" stroke="black" />
  21. <text x="90" y="185" font-size="18"> origin/master </text>
  22. </g>
  23. </svg>