branches_10.svg 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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(-100,180)">
  4. <text x="130" y="55" font-size="18"> ... </text>
  5. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M180,50 L210,50' />
  6. <circle cx="250" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  7. <path marker-end='url(#head)' stroke-width='2' fill='none' stroke='black'
  8. d=' M250,20 C250,-50 310,-50 310,-50 ' />
  9. <circle cx="350" cy="-50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  10. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M280,50 L410,50' />
  11. <circle cx="450" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  12. <path marker-end='url(#head)' stroke-width='2' fill='none' stroke='black'
  13. d=' M380,-50 C480,-50 520,20 520,20 ' />
  14. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M480,50 L510,50' />
  15. <circle cx="550" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  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. <rect x="510" y="-60" width="80" height="40" fill="khaki" stroke-width="2" stroke="black" />
  22. <text x="525" y="-35" font-size="18"> HEAD </text>
  23. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M550,-20 L550,10' />
  24. <rect x="510" y="120" width="90" height="40" fill="orange" stroke-width="2" stroke="black" />
  25. <text x="520" y="145" font-size="18"> *master </text>
  26. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M550,120 L550,90' />
  27. <rect x="180" y="120" width="150" height="40" fill="lightblue" stroke-width="2" stroke="black" />
  28. <text x="190" y="145" font-size="18"> origin/master </text>
  29. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M250,120 L250,90' />
  30. <rect x="250" y="-170" width="200" height="40" fill="lightblue" stroke-width="2" stroke="black" />
  31. <text x="260" y="-145" font-size="18"> origin/intro_papier </text>
  32. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M350,-130 L350,-90' />
  33. </g>
  34. </svg>