initial commit

This commit is contained in:
2025-08-26 07:26:55 +02:00
commit d3fd0e11eb
9 changed files with 338 additions and 0 deletions

29
graphe-A-multi.svg Normal file
View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="430" height="150"
style="font-family: ui-sans-serif, system-ui, sans-serif;font-size:14px">
<g stroke="#000" fill="none">
<line x1="20" y1="100" x2="90" y2="140"/>
<line x1="20" y1="100" x2="110" y2="40"/>
<line x1="90" y1="140" x2="110" y2="40"/>
<line x1="90" y1="140" x2="195" y2="15"/>
<line x1="107" y1="40" x2="185" y2="130"/>
<line x1="185" y1="130" x2="263" y2="70"/>
<line x1="405" y1="55" x2="353" y2="115"/>
<line x1="411" y1="115" x2="353" y2="115"/>
<line x1="411" y1="115" x2="405" y2="55"/>
<path d="M185 130Q260 130 263 70"/>
<path d="M405 55Q310 50 353 115"/>
</g>
<circle r="5" cx="20" cy="100" /><text x="3" y="105">A</text>
<circle r="5" cx="90" cy="140" /><text x="100" y="145">B</text>
<circle r="5" cx="110" cy="40" /><text x="105" y="30">C</text>
<circle r="5" cx="185" cy="130" /><text x="180" y="150">D</text>
<circle r="5" cx="195" cy="15" /><text x="180" y="12">E</text>
<circle r="5" cx="263" cy="70" /><text x="275" y="75">F</text>
<circle r="5" cx="320" cy="15" /><text x="325" y="12">G</text>
<circle r="5" cx="353" cy="115" /><text x="340" y="135">H</text>
<circle r="5" cx="405" cy="55" /><text x="400" y="45">I</text>
<circle r="5" cx="411" cy="115" /><text x="408" y="135">J</text>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB