concepts_commits_1.svg 1.0 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="600" height="100" >
  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. <defs>
  12. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  13. <path d='M0,0 V6 L3,3 Z' />
  14. </marker>
  15. </defs>
  16. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M80,50 L110,50' />
  17. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M180,50 L210,50' />
  18. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M280,50 L310,50' />
  19. </svg>