- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
<g stroke-width="8" stroke-linecap="round">
<!-- 5 tracés lignes horizontales
(disposés de haut en bas) -->
<path d="M24 32 h80" stroke="coral"/>
<path d="M24 48 h80" stroke="mediumOrchid"/>
<path d="M24 64 h80" stroke="crimson"/>
<path d="M24 80 h80" stroke="deepSkyBlue"/>
<path d="M24 96 h80" stroke="limegreen"/>
<!-- groupe de 5 tracés lignes verticales
(disposés de gauche à droite) -->
<g stroke-opacity="0.5">
<path d="M32 24 v80" stroke="coral"/>
<path d="M48 24 v80" stroke="mediumOrchid"/>
<path d="M64 24 v80" stroke="crimson"/>
<path d="M80 24 v80" stroke="deepSkyBlue"/>
<path d="M96 24 v80" stroke="limegreen"/>
</g>
</g>