concepts_commits.svg 1.0 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="600" height="300" >
  3. <circle cx="100" cy="100" r="30" stroke="black" stroke-width="3" fill="lightgreen" />
  4. <text x="95" y="105" font-size="18"> 1 </text>
  5. <circle cx="300" cy="100" r="30" stroke="black" stroke-width="3" fill="lightgreen" />
  6. <text x="295" y="105" font-size="18"> 4 </text>
  7. <circle cx="500" cy="100" r="30" stroke="black" stroke-width="3" fill="lightgreen" />
  8. <text x="495" y="105" font-size="18"> 6 </text>
  9. <defs>
  10. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  11. <path d='M0,0 V6 L3,3 Z' />
  12. </marker>
  13. </defs>
  14. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M140,50 C250,20 350,20 450,120' />
  15. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M140,100 L250,100 ' />
  16. </svg>