concepts_commits_2.svg 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="600" height="200" >
  3. <circle cx="50" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  4. <text x="45" y="55" font-size="18"> 1 </text>
  5. <circle cx="150" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  6. <text x="145" y="55" font-size="18"> 2 </text>
  7. <circle cx="250" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  8. <text x="245" y="55" font-size="18"> 3 </text>
  9. <circle cx="350" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  10. <text x="345" y="55" font-size="18"> 4 </text>
  11. <circle cx="250" cy="150" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  12. <text x="245" y="155" font-size="18"> 5 </text>
  13. <circle cx="350" cy="150" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  14. <text x="345" y="155" font-size="18"> 6 </text>
  15. <defs>
  16. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  17. <path d='M0,0 V6 L3,3 Z' />
  18. </marker>
  19. </defs>
  20. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M80,50 L110,50' />
  21. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M180,50 L210,50' />
  22. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M280,50 L310,50' />
  23. <path marker-end='url(#head)' stroke-width='2' fill='none' stroke='black'
  24. d=' M150,80 C150,150 210,150 210,150 ' />
  25. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M280,150 L310,150' />
  26. </svg>