branches_06.svg 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="800" height="380" >
  3. <g transform="translate(-100,200)">
  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. <defs>
  13. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  14. <path d='M0,0 V6 L3,3 Z' />
  15. </marker>
  16. </defs>
  17. <rect x="410" y="-60" width="80" height="40" fill="khaki" stroke-width="2" stroke="black" />
  18. <text x="425" y="-35" font-size="18"> HEAD </text>
  19. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M450,-20 L450,10' />
  20. <rect x="280" y="-170" width="140" height="40" fill="khaki" stroke-width="2" stroke="black" />
  21. <text x="290" y="-145" font-size="18"> intro_papier </text>
  22. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M350,-130 L350,-90' />
  23. <rect x="410" y="120" width="90" height="40" fill="orange" stroke-width="2" stroke="black" />
  24. <text x="420" y="145" font-size="18"> *master </text>
  25. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M450,120 L450,90' />
  26. <rect x="180" y="120" width="150" height="40" fill="lightblue" stroke-width="2" stroke="black" />
  27. <text x="190" y="145" font-size="18"> origin/master </text>
  28. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M250,120 L250,90' />
  29. </g>
  30. </svg>