branches_01.svg 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="700" height="450" >
  3. <g transform="translate(0,180)">
  4. <defs>
  5. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  6. <path d='M0,0 V6 L3,3 Z' />
  7. </marker>
  8. </defs>
  9. <circle cx="50" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  10. <circle cx="150" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  11. <circle cx="250" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  12. <circle cx="350" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  13. <circle cx="450" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  14. <circle cx="550" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  15. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M80,50 L110,50' />
  16. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M180,50 L210,50' />
  17. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M280,50 L310,50' />
  18. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M380,50 L410,50' />
  19. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M480,50 L510,50' />
  20. <circle cx="250" cy="-50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  21. <circle cx="350" cy="-50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  22. <path marker-end='url(#head)' stroke-width='2' fill='none' stroke='black'
  23. d=' M150,20 C150,-50 210,-50 210,-50 ' />
  24. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M280,-50 L310,-50' />
  25. <path marker-end='url(#head)' stroke-width='2' fill='none' stroke='black'
  26. d=' M380,-50 C380,-50 450,-50 450,10 ' />
  27. <circle cx="250" cy="150" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  28. <circle cx="550" cy="150" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  29. <path marker-end='url(#head)' stroke-width='2' fill='none' stroke='black'
  30. d=' M150,80 C150,150 210,150 210,150 ' />
  31. <path marker-end='url(#head)' stroke-width='2' fill='none' stroke='black'
  32. d=' M280,150 C280,150 350,150 350,90 ' />
  33. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M280,150 L510,150' />
  34. <rect x="510" y="-70" width="80" height="40" fill="orange" stroke-width="2" stroke="black" />
  35. <text x="520" y="-45" font-size="18"> master </text>
  36. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M550,-30 L550,10' />
  37. <rect x="280" y="-170" width="170" height="40" fill="khaki" stroke-width="2" stroke="black" />
  38. <text x="290" y="-145" font-size="18"> fonctionnalite_1 </text>
  39. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M350,-130 L350,-90' />
  40. <rect x="460" y="220" width="170" height="40" fill="khaki" stroke-width="2" stroke="black" />
  41. <text x="470" y="245" font-size="18"> fonctionnalite_2 </text>
  42. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M550,220 L550,190' />
  43. </g>
  44. </svg>