dessin.svg 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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="50" r="30" stroke="black" stroke-width="3" fill="lightgreen" />
  4. <text x="95" y="55" font-size="18"> 1 </text>
  5. <circle cx="100" cy="150" r="30" stroke="black" stroke-width="3" fill="lightgreen" />
  6. <text x="95" y="155" font-size="18"> 2 </text>
  7. <circle cx="100" cy="250" r="30" stroke="black" stroke-width="3" fill="lightgreen" />
  8. <text x="95" y="255" font-size="18"> 3 </text>
  9. <circle cx="300" cy="100" r="30" stroke="black" stroke-width="3" fill="lightgreen" />
  10. <text x="295" y="105" font-size="18"> 4 </text>
  11. <circle cx="300" cy="200" r="30" stroke="black" stroke-width="3" fill="lightgreen" />
  12. <text x="295" y="205" font-size="18"> 5 </text>
  13. <circle cx="500" cy="150" r="30" stroke="black" stroke-width="3" fill="lightgreen" />
  14. <text x="495" 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='3' fill='none' stroke='black' d='M20,50 L50,50' />
  21. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M20,150 L50,150 ' />
  22. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M20,250 L50,250 ' />
  23. <text x="290" y="30" font-size="14"> 0.4 </text>
  24. <text x="190" y="60" font-size="14"> 0.2 </text>
  25. <text x="185" y="100" font-size="14"> -0.3 </text>
  26. <text x="150" y="130" font-size="14"> 0.1 </text>
  27. <text x="170" y="160" font-size="14"> -0.2 </text>
  28. <text x="150" y="200" font-size="14"> 0.3 </text>
  29. <text x="180" y="230" font-size="14"> 0.4 </text>
  30. <text x="370" y="140" font-size="14"> -0.4 </text>
  31. <text x="390" y="200" font-size="14"> 0.5 </text>
  32. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M140,50 C250,20 350,20 450,120' />
  33. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M140,50 L250,80 ' />
  34. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M140,50 L250,180 ' />
  35. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M140,150 L250,100 ' />
  36. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M140,150 L250,200 ' />
  37. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M140,250 L250,120 ' />
  38. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M140,250 L250,220 ' />
  39. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M340,100 L450,140 ' />
  40. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M340,200 L450,160 ' />
  41. <path marker-end='url(#head)' stroke-width='3' fill='none' stroke='black' d=' M540,150 L570,150 ' />
  42. </svg>